This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
consul
mirror of
https://github.com/hashicorp/consul
Watch
1
Star
0
Fork
You've already forked consul
0
Code
Issues
Projects
Releases
Wiki
Activity
79a07c7a3d
consul
/
ui
/
packages
/
consul-ui
/
app
/
components
/
disclosure-menu
/
index.scss
7 lines
107 B
SCSS
Raw
Normal View
History
Unescape
Escape
ui: Disclosure Component amends plus DisclosureMenu Component (#12304) * ui: Disclosure amends plus DisclosureMenu Co-authored-by: Jamie White <jamie@jgwhite.co.uk>
2022-02-11 14:11:16 +00:00
.
disclosure-menu
{
position
:
relative
;
}
ui: Transition App Chrome to use new Disclosure Menus (#12334) * 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
2022-02-21 12:22:59 +00:00
.
disclosure-menu
[
aria-expanded
]
~
*
{
@extend
%
menu-panel
;
}