diff --git a/src/stylesheets/aniwatchplus.scss b/src/stylesheets/aniwatchplus.scss index cdcb559..ab8fc0e 100644 --- a/src/stylesheets/aniwatchplus.scss +++ b/src/stylesheets/aniwatchplus.scss @@ -2,4 +2,5 @@ @import './vars/colors'; // enhancements -@import './enhancements/lists.scss'; \ No newline at end of file +@import './enhancements/lists'; +@import './enhancements/tabs'; \ No newline at end of file diff --git a/src/stylesheets/enhancements/_tabs.scss b/src/stylesheets/enhancements/_tabs.scss new file mode 100644 index 0000000..74b5990 --- /dev/null +++ b/src/stylesheets/enhancements/_tabs.scss @@ -0,0 +1,5 @@ +md-tab-item{ + &.md-disabled { + display: none; + } +} \ No newline at end of file