Skip to content

Commit

Permalink
just focus
Browse files Browse the repository at this point in the history
  • Loading branch information
dlockhart committed Jul 11, 2023
1 parent 23849e8 commit 68bd2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/report/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Button extends LitElement {
user-select: none;
}
button:hover,
button:focus-visible {
button:focus {
background-color: #007bff;
color: #ffffff;
}
Expand Down

0 comments on commit 68bd2af

Please sign in to comment.