Skip to content
Snippets Groups Projects
Commit 817b851a authored by benjaminwand's avatar benjaminwand
Browse files

reintroduce outline

parent 7aa2eef7
No related branches found
No related tags found
No related merge requests found
Pipeline #7746 passed
No preview for this file type
...@@ -294,13 +294,10 @@ footer { ...@@ -294,13 +294,10 @@ footer {
margin: 0; margin: 0;
padding: 0.4em 0.6em; padding: 0.4em 0.6em;
} }
#accessibility-options button:hover { #accessibility-options button:hover, #accessibility-options button:focus {
background-color: #5b00d2; background-color: #5b00d2;
cursor: pointer; cursor: pointer;
} }
#accessibility-options button:focus {
outline: none;
}
#font-selection { #font-selection {
color: #333333; color: #333333;
......
...@@ -129,13 +129,10 @@ footer { ...@@ -129,13 +129,10 @@ footer {
margin: 0; margin: 0;
padding: 0.4em 0.6em; padding: 0.4em 0.6em;
} }
button:hover { button:hover, button:focus {
background-color: $menu_hover_light; background-color: $menu_hover_light;
cursor: pointer; cursor: pointer;
} }
button:focus {
outline: none;
}
} }
#font-selection { #font-selection {
color: $color_light; color: $color_light;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment