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:
parent
7cea08ce35
commit
42e9d5a360
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue