admin-reset-styles.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.css
View source
- /*
- * DO NOT EDIT THIS FILE.
- * See the following change record for more information,
- * https://www.drupal.org/node/3084859
- * @preserve
- */
-
- /**
- * @file
- * Reset styles from parent theme.
- * https://developer.mozilla.org/en-US/docs/Web/CSS/all
- */
-
- [data-drupal-admin-styles] {
- box-sizing: border-box;
- }
-
- [data-drupal-admin-styles] *: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;
- }
-
- :where([data-drupal-admin-styles] :not(svg *)) button {
- font-family: inherit;
- }
-
- :where([data-drupal-admin-styles] :not(svg *))::after,
- :where([data-drupal-admin-styles] :not(svg *))::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.