CSS outline fixes for keyboard users.

This commit is contained in:
orangemug
2020-06-10 13:04:04 +01:00
parent 8ae6e9fc61
commit 5804b3c72a
3 changed files with 30 additions and 6 deletions
+6 -2
View File
@@ -63,9 +63,13 @@ h4 {
}
input:focus,
textarea:focus,
*[role="button"]:focus,
button:focus,
.maputnik-toolbar-link:focus,
select:focus {
color: $color-white !important;
outline: #8e8e8e auto 1px !important;
color: $color-white;
outline: #8e8e8e auto 1px;
}
label:hover {