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 7 additions and 1 deletions
Showing only changes of commit 0faa37aecc - Show all commits

View file

@ -2,4 +2,5 @@
@import './vars/colors';
// enhancements
@import './enhancements/lists.scss';
@import './enhancements/lists';
@import './enhancements/tabs';

View file

@ -0,0 +1,5 @@
md-tab-item{
&.md-disabled {
display: none;
}
}