mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-14 18:15:49 +00:00
fix(core): 🐛 hide notification menu header in header
This commit is contained in:
parent
8f565b33b3
commit
e5af1717bd
|
@ -108,6 +108,11 @@
|
|||
flex-direction: var( --header-direction );
|
||||
flex-shrink: 0; // let _inner handle the overflow
|
||||
gap: var( --space-xxs );
|
||||
|
||||
// Hide top-level menu header labels
|
||||
> .citizen-menu > .citizen-menu__heading {
|
||||
.mixin-screen-reader-text;
|
||||
}
|
||||
}
|
||||
|
||||
&__start {
|
||||
|
|
Loading…
Reference in a new issue