js.module.css

Same filename in this branch
  1. main core/themes/stable9/css/system/components/js.module.css
Same filename and directory in other branches
  1. 10 core/themes/stable9/css/system/components/js.module.css
  2. 11.x core/themes/stable9/css/system/components/js.module.css
  3. 11.x core/modules/system/css/components/js.module.css
  4. 10 core/modules/system/css/components/js.module.css
  5. 9 core/themes/stable9/css/system/components/js.module.css
  6. 9 core/themes/stable/css/system/components/js.module.css
  7. 9 core/modules/system/css/components/js.module.css
  8. 8.9.x core/themes/stable/css/system/components/js.module.css
  9. 8.9.x core/modules/system/css/components/js.module.css

Utility classes to assist with JavaScript functionality.

File

core/modules/system/css/components/js.module.css

View source
  1. /**
  2. * @file
  3. * Utility classes to assist with JavaScript functionality.
  4. */
  5. @media (scripting: none) {
  6. .js-show {
  7. display: none !important;
  8. }
  9. }
  10. @media (scripting: enabled) {
  11. .js-hide {
  12. display: none !important;
  13. }
  14. }

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