Dropbutton styles for when JavaScript is not loaded.
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /** * @file * Dropbutton styles for when JavaScript is not loaded. */ html .dropbutton--small, html .dropbutton--extrasmall, html .dropbutton { height: auto; } html .dropbutton-wrapper:not(.open) .dropbutton__item:first-of-type ~ .dropbutton__item { visibility: visible; }