admin-reset-styles.pcss.css
Same filename in other branches
Reset styles from parent theme. https://developer.mozilla.org/en-US/docs/Web/CSS/all
File
-
core/
modules/ navigation/ css/ base/ admin-reset-styles.pcss.css
View source
- /**
- * @file
- * Reset styles from parent theme.
- * https://developer.mozilla.org/en-US/docs/Web/CSS/all
- */
-
- [data-drupal-admin-styles] {
- box-sizing: border-box;
-
- *:focus {
- outline: var(--admin-toolbar-size-focus) solid var(--admin-toolbar-color-focus);
- }
- }
-
- :where([data-drupal-admin-styles] :not(svg *)) {
- all: revert;
- box-sizing: border-box;
-
- button {
- font-family: inherit;
- }
-
- &::after,
- &::before {
- all: revert;
- box-sizing: border-box;
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.