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

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
parent 60a40087
No related merge requests found
...@@ -1408,6 +1408,7 @@ header, ...@@ -1408,6 +1408,7 @@ header,
&:focus { &:focus {
background-color: $component-active-bg; // Same hover-color must be applied to 'Advanced Search' button below background-color: $component-active-bg; // Same hover-color must be applied to 'Advanced Search' button below
color: $white; color: $white;
outline: 1px $white dotted;
} }
} }
...@@ -1787,6 +1788,13 @@ footer { ...@@ -1787,6 +1788,13 @@ footer {
} }
} }
//// Harmonize behaviour to the edit button
.result-links .dropdown-toggle {
&:focus {
outline: 1px $black dotted;
}
}
//// Saved in //// Saved in
.savedLists { .savedLists {
......
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