Skip to content

Commit

Permalink
Prevent buttons from staying highlighted after clicking
Browse files Browse the repository at this point in the history
  • Loading branch information
lkhrs committed Dec 20, 2022
1 parent 93e5e64 commit cfa445a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions simple.css
Original file line number Diff line number Diff line change
Expand Up @@ -220,17 +220,11 @@ abbr[title] {
text-decoration-style: dotted;
}

button:focus,
button:enabled:hover,
[role="button"]:focus,
[role="button"]:not([aria-disabled="true"]):hover,
input[type="submit"]:focus,
input[type="submit"]:enabled:hover,
input[type="reset"]:focus,
input[type="reset"]:enabled:hover,
input[type="button"]:focus,
input[type="button"]:enabled:hover,
label[type="button"]:focus,
label[type="button"]:hover {
filter: brightness(1.4);
cursor: pointer;
Expand Down

0 comments on commit cfa445a

Please sign in to comment.