Dropbutton styles for when JavaScript is not loaded.
/** * @file * Dropbutton styles for when JavaScript is not loaded. */ html { .dropbutton--small, .dropbutton--extrasmall, .dropbutton { height: auto; } .dropbutton-wrapper:not(.open) .dropbutton__item:first-of-type ~ .dropbutton__item { visibility: visible; } }