From 4eacdf94de0cd6825c46a2cd60c7c58794fd14ac Mon Sep 17 00:00:00 2001
From: Heike Reinken <reinken@ub.uni-leipzig.de>
Date: Mon, 26 Oct 2020 15:36:43 +0100
Subject: [PATCH] refs #17997[master] Make position of focus visible * for some
 header buttons: ** Book bag ** My account ** Logout * Favorites: Harmonize
 focus behaviour of delete button to the one of edit button

---
 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 ba149ec7da2..acf94c5a8cb 100644
--- a/themes/finc/scss/compiled.scss
+++ b/themes/finc/scss/compiled.scss
@@ -1408,6 +1408,7 @@ header,
   &:focus {
     background-color: $component-active-bg; // Same hover-color must be applied to 'Advanced Search' button below
     color: $white;
+    outline: 1px $white dotted;
   }
 }
 
@@ -1787,6 +1788,13 @@ footer {
   }
 }
 
+//// Harmonize behaviour to the edit button
+.result-links .dropdown-toggle {
+  &:focus {
+    outline: 1px $black dotted;
+  }
+}
+
 //// Saved in
 .savedLists {
 
-- 
GitLab