Skip to content

Commit

Permalink
apply focus filter to normal buttons too
Browse files Browse the repository at this point in the history
  • Loading branch information
ara4n committed Apr 22, 2017
1 parent 26ebd20 commit 8a9b750
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/skins/vector/css/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,10 @@ textarea {
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 {
color: $accent-fg-color;
background-color: $accent-color;
Expand Down

0 comments on commit 8a9b750

Please sign in to comment.