mirror of
https://github.com/maputnik/editor.git
synced 2026-08-25 06:27:25 +00:00
CSS outline fixes for keyboard users.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user