Skip to content

Commit

Permalink
button focus state
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabricius Seifert committed May 2, 2024
1 parent 58887e1 commit 32af705
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/explore/components/Button.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,11 @@
white-space: nowrap;
}

.e_Button:hover .e_Button__inner {
.e_Button:hover .e_Button__inner,
.e_Button:focus .e_Button__inner {
background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
var(--accent-color);
outline: 1px transparent solid;
}

.e_Button:active::before {
Expand Down

0 comments on commit 32af705

Please sign in to comment.