details.module.css

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

Collapsible details.

See also

collapse.js

File

core/themes/stable9/css/system/components/details.module.css

View source
  1. /**
  2. * @file
  3. * Collapsible details.
  4. *
  5. * @see collapse.js
  6. */
  7. .js details:not([open]) .details-wrapper {
  8. display: none;
  9. }

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