details.module.css
Same filename in this branch
Same filename in other branches
- 9 core/themes/stable9/css/system/components/details.module.css
- 9 core/themes/stable/css/system/components/details.module.css
- 9 core/modules/system/css/components/details.module.css
- 8.9.x core/themes/stable/css/system/components/details.module.css
- 8.9.x core/modules/system/css/components/details.module.css
- 11.x core/themes/stable9/css/system/components/details.module.css
- 11.x core/modules/system/css/components/details.module.css
Collapsible details.
See also
collapse.js
File
-
core/
modules/ system/ css/ components/ details.module.css
View source
- /**
- * @file
- * Collapsible details.
- *
- * @see collapse.js
- */
-
- .js details:not([open]) .details-wrapper {
- display: none;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.