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

fix contrast in sidebar when hovering (a11y), fixes #4782

Closes #4782

Merge request studip/studip!3580
parent 95e0427c
No related branches found
No related tags found
No related merge requests found
......@@ -243,7 +243,7 @@ button.button[disabled]:hover {
.widget-links.sidebar-views > li:hover button,
.widget-links.sidebar-views > li:hover a {
color: $black;
background-color: $medium-gray;
background-color: $darkergray;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment