Skip to content

Commit

Permalink
fix outlines
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaashl committed Nov 3, 2023
1 parent cf68778 commit cbf59cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/form/date/date.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@
}

&:focus-visible {
outline: 4px solid colors.$purple-light
box-shadow: 0 0 0 0.375rem colors.$purple-light;
outline: 0.125rem solid colors.$blue-state;
}

&:disabled {
Expand Down

0 comments on commit cbf59cf

Please sign in to comment.