dropbutton-noscript.css
Same filename in other branches
Dropbutton styles for when JavaScript is not loaded.
File
-
core/
themes/ claro/ css/ components/ dropbutton-noscript.css
View source
- /*
- * 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;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.