Skip to content

Commit

Permalink
closes Button outline obscured by adjacent button. #263
Browse files Browse the repository at this point in the history
  • Loading branch information
uvarov-frontend committed Jul 28, 2024
1 parent 9342217 commit 5d551ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/src/styles/vanilla-calendar.layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}

.vanilla-calendar button:focus-visible {
@apply outline outline-1 rounded-lg
@apply outline outline-1 -outline-offset-1 rounded-lg
}

.vanilla-calendar.vanilla-calendar_multiple .vanilla-calendar-days {
Expand Down

0 comments on commit 5d551ba

Please sign in to comment.