Merge pull request #100 from Serraniel/feature/#99-hide-placeholder-tabs

Feature/#99 hide placeholder tabs
This commit is contained in:
Daniel 2020-10-28 19:05:16 +01:00 committed by GitHub
commit 7839ac9271
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}
}