Skip to content

Commit

Permalink
perf: remove blue for focus button
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed Jun 14, 2021
1 parent 4f9652c commit 4301728
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions benchmarks/index.html
Expand Up @@ -20,6 +20,9 @@
button:hover {
background: rgba(0, 0, 0, 0.8);
}
button:focus {
background: rgba(0, 0, 0, 0.6);
}
#app {
visibility: hidden;
}
Expand Down

0 comments on commit 4301728

Please sign in to comment.