diff --git a/themes/finc/scss/compiled.scss b/themes/finc/scss/compiled.scss
index ba149ec7da238ba66b048ffffd6cbc49a22a8e01..acf94c5a8cba1fbd877cf2544ac1292545127dbb 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 {