apply focus filter to normal buttons too
This commit is contained in:
parent
26ebd20956
commit
8a9b750b31
1 changed files with 4 additions and 0 deletions
|
@ -225,6 +225,10 @@ textarea {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_Dialog button:focus, .mx_Dialog input[type="submit"]:focus {
|
||||||
|
filter: brightness($focus-brightness);
|
||||||
|
}
|
||||||
|
|
||||||
.mx_Dialog button.mx_Dialog_primary, .mx_Dialog input[type="submit"].mx_Dialog_primary {
|
.mx_Dialog button.mx_Dialog_primary, .mx_Dialog input[type="submit"].mx_Dialog_primary {
|
||||||
color: $accent-fg-color;
|
color: $accent-fg-color;
|
||||||
background-color: $accent-color;
|
background-color: $accent-color;
|
||||||
|
|
Loading…
Add table
Reference in a new issue