reset.css

Same filename in this branch
  1. main core/modules/system/tests/themes/sdc_theme_test/css/reset.css
Same filename and directory in other branches
  1. 10 core/misc/dialog/off-canvas/css/reset.css
  2. 11.x core/misc/dialog/off-canvas/css/reset.css
  3. 11.x core/modules/system/tests/themes/sdc_theme_test/css/reset.css
  4. 7.x themes/seven/reset.css

Reset HTML elements styles for the off-canvas dialog.

@internal

File

core/misc/dialog/off-canvas/css/reset.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. * Reset HTML elements styles for the off-canvas dialog.
  10. *
  11. * @internal
  12. */
  13. #drupal-off-canvas-wrapper *:where(:not(svg, svg *, .ck-reset *, [data-drupal-ck-style-fence] *, .ui-resizable-handle)) {
  14. all: revert;
  15. box-sizing: border-box;
  16. -webkit-font-smoothing: antialiased;
  17. line-height: 1.4;
  18. &::after,
  19. &::before {
  20. all: revert;
  21. box-sizing: border-box;
  22. -webkit-font-smoothing: antialiased;
  23. }
  24. }

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