js.module.css
Same filename in this branch
Same filename and directory in other branches
- 10 core/themes/stable9/css/system/components/js.module.css
- 11.x core/themes/stable9/css/system/components/js.module.css
- 11.x core/modules/system/css/components/js.module.css
- 10 core/modules/system/css/components/js.module.css
- 9 core/themes/stable9/css/system/components/js.module.css
- 9 core/themes/stable/css/system/components/js.module.css
- 9 core/modules/system/css/components/js.module.css
- 8.9.x core/themes/stable/css/system/components/js.module.css
- 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
- /**
- * @file
- * Utility classes to assist with JavaScript functionality.
- */
-
- @media (scripting: none) {
- .js-show {
- display: none !important;
- }
- }
-
- @media (scripting: enabled) {
- .js-hide {
- display: none !important;
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.