dropbutton-noscript.css

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

Dropbutton styles for when JavaScript is not loaded.

File

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

View source
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/3084859
  5. * @preserve
  6. */
  7. /**
  8. * @file
  9. * Dropbutton styles for when JavaScript is not loaded.
  10. */
  11. html .dropbutton--small,
  12. html .dropbutton--extrasmall,
  13. html .dropbutton {
  14. height: auto;
  15. }
  16. html .dropbutton-wrapper:not(.open) .dropbutton__item:first-of-type ~ .dropbutton__item {
  17. visibility: visible;
  18. }

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