Skip to content

Commit

Permalink
fix: focus outline proper opacity (#1913)
Browse files Browse the repository at this point in the history
  • Loading branch information
maslomeister authored Jun 4, 2023
1 parent 3d76bfd commit a851341
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/styled/file-input.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@apply border-opacity-20;
}
&:focus {
@apply outline outline-2 outline-offset-2 outline-base-content;
@apply outline outline-2 outline-offset-2 outline-base-content/20;
}
&-ghost {
@apply bg-opacity-5;
Expand Down
2 changes: 1 addition & 1 deletion src/components/styled/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@apply border-opacity-20;
}
&:focus {
@apply outline outline-2 outline-offset-2 outline-base-content;
@apply outline outline-2 outline-offset-2 outline-base-content/20;
}
&-ghost {
@apply bg-opacity-5;
Expand Down

0 comments on commit a851341

Please sign in to comment.