From 4a83b80e54a9f9fa7b68050769e2751bc1f0f72b Mon Sep 17 00:00:00 2001
From: Heike Reinken <reinken@ub.uni-leipzig.de>
Date: Mon, 15 Jun 2020 13:01:00 +0200
Subject: [PATCH] refs #17609 [master] Adapt mouse hover over active element to
 the one for keyboard * For moese hover add the underline and change
 backgroundcolor

---
 themes/finc/scss/compiled.scss | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/themes/finc/scss/compiled.scss b/themes/finc/scss/compiled.scss
index 798fa7ac0ed..dfeb3d18f6f 100644
--- a/themes/finc/scss/compiled.scss
+++ b/themes/finc/scss/compiled.scss
@@ -2055,6 +2055,14 @@ footer {
 
 //// Sources List - END
 
+.browse-item.active {
+  &:focus,
+  &:hover {
+    background-color: $brand-primary;
+    text-decoration: underline;
+  }
+}
+
 // MAIN CONTENT - END
 
 // SIDEBAR
-- 
GitLab