dropbutton-noscript.pcss.css

Same filename in other branches
  1. 10 core/themes/claro/css/components/dropbutton-noscript.pcss.css

Dropbutton styles for when JavaScript is not loaded.

File

core/themes/claro/css/components/dropbutton-noscript.pcss.css

View source
  1. /**
  2. * @file
  3. * Dropbutton styles for when JavaScript is not loaded.
  4. */
  5. html {
  6. .dropbutton--small,
  7. .dropbutton--extrasmall,
  8. .dropbutton {
  9. height: auto;
  10. }
  11. .dropbutton-wrapper:not(.open) .dropbutton__item:first-of-type ~ .dropbutton__item {
  12. visibility: visible;
  13. }
  14. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.