views-ui-noscript.css

Views UI Tabs styles for when JavaScript is not loaded.

File

core/themes/claro/css/components/views-ui-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. * Views UI Tabs styles for when JavaScript is not loaded.
  10. */
  11. #views-display-menu-tabs {
  12. display: flex;
  13. }
  14. div.views-display-top input.button {
  15. display: inline-block;
  16. }

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