fix(core): 🐛 hide notification menu header in header

This commit is contained in:
alistair3149 2024-04-25 18:26:54 -04:00
parent 8f565b33b3
commit e5af1717bd
No known key found for this signature in database

View file

@ -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 {