reset.pcss.css

Same filename in other branches
  1. 10 core/misc/dialog/off-canvas/css/reset.pcss.css

Reset HTML elements styles for the off-canvas dialog.

@internal

File

core/misc/dialog/off-canvas/css/reset.pcss.css

View source
  1. /**
  2. * @file
  3. * Reset HTML elements styles for the off-canvas dialog.
  4. *
  5. * @internal
  6. */
  7. #drupal-off-canvas-wrapper *:where(:not(svg, svg *, .ck-reset *, [data-drupal-ck-style-fence] *, .ui-resizable-handle)) {
  8. all: revert;
  9. box-sizing: border-box;
  10. -webkit-font-smoothing: antialiased;
  11. line-height: 1.4;
  12. &::after,
  13. &::before {
  14. all: revert;
  15. box-sizing: border-box;
  16. -webkit-font-smoothing: antialiased;
  17. }
  18. }

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