Feature/#99 hide placeholder tabs #100

Merged
Serraniel merged 5 commits from feature/#99-hide-placeholder-tabs into develop 2020-10-28 19:05:17 +01:00
2 changed files with 8 additions and 0 deletions

View file

@ -3,4 +3,5 @@
// enhancements
@import './enhancements/lists';
@import './enhancements/tabs';
@import './enhancements/watch2gether';

View file

@ -0,0 +1,7 @@
md-tab-item{
// hide disabled tabs
&.md-disabled {
display: none;
}
}