mirror of
https://github.com/status-im/consul.git
synced 2025-01-28 14:34:59 +00:00
73b6687c5b
* Add %panel CSS component * Deprecate old menu-panel component * Various smallish tweaks to disclosure-menu * Move all menus in the app chrome to use new DisclosureMenu * Follow up CSS to move all app chrome menus to new components * Don't prevent default any events from anchors * Add a tick to click steps
7 lines
107 B
SCSS
7 lines
107 B
SCSS
.disclosure-menu {
|
|
position: relative;
|
|
}
|
|
.disclosure-menu [aria-expanded] ~ * {
|
|
@extend %menu-panel;
|
|
}
|