reset.css

Same filename in other branches
  1. 7.x themes/seven/reset.css
  2. 10 core/misc/dialog/off-canvas/css/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. }
  19. #drupal-off-canvas-wrapper *:where(:not(svg, svg *, .ck-reset *, [data-drupal-ck-style-fence] *, .ui-resizable-handle))::after,
  20. #drupal-off-canvas-wrapper *:where(:not(svg, svg *, .ck-reset *, [data-drupal-ck-style-fence] *, .ui-resizable-handle))::before {
  21. all: revert;
  22. box-sizing: border-box;
  23. -webkit-font-smoothing: antialiased;
  24. }

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