toolbar.css
Same filename in this branch
Same filename in other branches
- 7.x modules/toolbar/toolbar.css
- 9 core/profiles/demo_umami/themes/umami/css/components/navigation/toolbar/toolbar.css
- 9 core/profiles/demo_umami/themes/umami/css/components/toolbar/toolbar.css
- 9 core/themes/bartik/css/components/toolbar.css
- 10 core/profiles/demo_umami/themes/umami/css/components/navigation/toolbar/toolbar.css
- 10 core/profiles/demo_umami/themes/umami/css/components/toolbar/toolbar.css
- 11.x core/profiles/demo_umami/themes/umami/css/components/navigation/toolbar/toolbar.css
- 11.x core/profiles/demo_umami/themes/umami/css/components/toolbar/toolbar.css
Visual styles for toolbar.
Our global styling from base.css is causing the background color of hovered <a> tags to apply to the toolbar as well. This file is used to reset that.
File
-
core/
profiles/ demo_umami/ themes/ umami/ css/ components/ navigation/ toolbar/ toolbar.css
View source
- /**
- * @file
- * Visual styles for toolbar.
- *
- * Our global styling from base.css is causing the background color of hovered
- * tags to apply to the toolbar as well. This file is used to reset that.
- */
-
- .toolbar-item:hover,
- .toolbar-item:focus,
- .toolbar-tray a:hover,
- .toolbar-tray a:focus {
- background-color: inherit;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.