Skip to content
Snippets Groups Projects
Commit 071544d9 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #707070 by seutje: fixed top level IA items not keeping their active styling.

parent 12fb65aa
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
...@@ -119,7 +119,8 @@ body.toolbar-drawer { ...@@ -119,7 +119,8 @@ body.toolbar-drawer {
} }
#toolbar div.toolbar-menu ul li a.active:hover, #toolbar div.toolbar-menu ul li a.active:hover,
#toolbar div.toolbar-menu ul li a.active { #toolbar div.toolbar-menu ul li a.active,
#toolbar div.toolbar-menu ul li.active-trail a {
text-shadow: #333 0 1px 0; text-shadow: #333 0 1px 0;
background: url(toolbar.png) 0 0 repeat-x; background: url(toolbar.png) 0 0 repeat-x;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment