Current Path :
/
home
/
develito
/
.trash
/
v6
/
media
/
mod_menu
/
css
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//home/develito/.trash/v6/media/mod_menu/css/mod-menu.css
@charset "UTF-8"; :where(.mod-menu__toggle-sub) { color: currentColor; background-color: #0000; border: none; align-items: center; padding: 0; display: inline-flex; &[aria-expanded="true"] .icon-chevron-down { transform: rotate(180deg); } } :where(.mod-menu [class*="icon-"]) { margin-inline-start: .5rem; transition: all .2s, background-color .2s; } :where(.mod-menu__sub[aria-hidden="true"]) { display: none; } :where(.mod-menu__sub[aria-hidden="false"]) { display: block; }