toolbar.css
This file is used to style the admin toolbar.
Button styles in /css/base.css change the font for the 'Edit' button in the admin toolbar - set this back to inherit, which normalize.css does.
File
-
core/
profiles/ demo_umami/ themes/ umami/ css/ components/ toolbar/ toolbar.css
View source
- /**
- * @file
- * This file is used to style the admin toolbar.
- *
- * Button styles in /css/base.css change the font for the 'Edit' button
- * in the admin toolbar - set this back to inherit, which normalize.css does.
- */
-
- .toolbar button {
- font-family: inherit;
- }
-
- /* Toolbar navigation style on hover. */
- .toolbar-item:hover,
- .toolbar-item:focus,
- .toolbar-tray a:hover,
- .toolbar-tray a:focus {
- background-color: inherit;
- }