reset.pcss.css
Same filename in other branches
Reset HTML elements styles for the off-canvas dialog.
@internal
File
-
core/
misc/ dialog/ off-canvas/ css/ reset.pcss.css
View source
- /**
- * @file
- * Reset HTML elements styles for the off-canvas dialog.
- *
- * @internal
- */
-
- #drupal-off-canvas-wrapper *:where(:not(svg, svg *, .ck-reset *, [data-drupal-ck-style-fence] *, .ui-resizable-handle)) {
- all: revert;
- box-sizing: border-box;
- -webkit-font-smoothing: antialiased;
- line-height: 1.4;
-
- &::after,
- &::before {
- all: revert;
- box-sizing: border-box;
- -webkit-font-smoothing: antialiased;
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.