Skip to content
Snippets Groups Projects
Commit cdbf659c authored by Gabor Hojtsy's avatar Gabor Hojtsy
Browse files

Issue #2941647 by markconroy, JayKandari, cehfisher, smaz, andrewmacpherson:...

Issue #2941647 by markconroy, JayKandari, cehfisher, smaz, andrewmacpherson: Link hover styles unintentionally applied to administration toolbar
parent d1a04fb7
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
/**
* @file
* 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.
*/
.toolbar-item:hover,
.toolbar-item:focus,
.toolbar-tray a:hover,
.toolbar-tray a:focus {
background-color: inherit;
}
......@@ -25,6 +25,7 @@ global:
css/components/navigation/menu-account/menu-account.css: {}
css/components/navigation/skip-link/skip-link.css: {}
css/components/navigation/tabs/tabs.css: {}
css/components/navigation/toolbar/toolbar.css: {}
css/components/navigation/breadcrumbs/breadcrumbs.css: {}
css/components/regions/bottom/bottom.css: {}
css/components/regions/footer/footer.css: {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment