dropbutton-noscript.css

Same filename in this branch
  1. 11.x core/themes/claro/css/components/dropbutton-noscript.css
Same filename and directory in other branches
  1. 10 core/themes/claro/css/components/dropbutton-noscript.css
  2. main core/themes/claro/css/components/dropbutton-noscript.css
  3. main core/themes/admin/css/components/dropbutton-noscript.css

Dropbutton styles for when JavaScript is not loaded.

File

core/themes/admin/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 {
  12. .dropbutton--small,
  13. .dropbutton--extrasmall,
  14. .dropbutton {
  15. height: auto;
  16. }
  17. .dropbutton-wrapper:not(.open) .dropbutton__item:first-of-type ~ .dropbutton__item {
  18. visibility: visible;
  19. }
  20. }

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