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