Skip to content

Commit

Permalink
chore: remnove focus button (#3272)
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur authored Aug 6, 2024
1 parent 10b4a90 commit 07fa79e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions joi/src/core/Button/styles.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
.btn {
@apply inline-flex items-center justify-center px-4 font-semibold transition-all;

&:focus,
&:focus-within {
@apply outline-none;
}

&:hover {
filter: brightness(95%);
}
Expand Down

0 comments on commit 07fa79e

Please sign in to comment.