Skip to content
Snippets Groups Projects
Commit c2939432 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by Jan-Hendrik Willms
Browse files

show navigation title on focus, fixes #2706

Closes #2706

Merge request studip/studip!1826
parent d090505e
No related branches found
No related tags found
No related merge requests found
...@@ -102,6 +102,7 @@ body:not(.fixed) #navigation-level-1-items { ...@@ -102,6 +102,7 @@ body:not(.fixed) #navigation-level-1-items {
// Recolor on hover and for active items // Recolor on hover and for active items
li:hover, li:hover,
li a:focus,
li.active { li.active {
.navtitle { .navtitle {
opacity: 1; opacity: 1;
......
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