Skip to content
Snippets Groups Projects
Commit 4a83b80e authored by ha848myco's avatar ha848myco Committed by Dorian Merz
Browse files

refs #17609 [master] Adapt mouse hover over active element to the one for keyboard

* For moese hover add the underline and change backgroundcolor
parent 0cbebcdd
No related merge requests found
...@@ -2055,6 +2055,14 @@ footer { ...@@ -2055,6 +2055,14 @@ footer {
//// Sources List - END //// Sources List - END
.browse-item.active {
&:focus,
&:hover {
background-color: $brand-primary;
text-decoration: underline;
}
}
// MAIN CONTENT - END // MAIN CONTENT - END
// SIDEBAR // SIDEBAR
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment