Fix issue with notification badge number not showing on mobile

only hide first descendants of tab bar btn (the title of the tab) instead of all span children
This commit is contained in:
mgabdev 2019-07-17 23:59:28 -04:00
parent 7cea08ce35
commit 42e9d5a360
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@
height: 38px;
border-bottom: 4px solid $gab-default-text-light;
}
& span {display: none;}
& > span {display: none;}
}
&.home {
padding: 16px 0 0 25px;