Skip to content

Commit

Permalink
Merge pull request #271 from uvarov-frontend/fix/263_outline_obscured
Browse files Browse the repository at this point in the history
Fix "Button outline obscured by adjacent button. #263"
  • Loading branch information
uvarov-frontend authored Jul 28, 2024
2 parents 9342217 + 5d551ba commit 23191c6
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 23191c6

Please sign in to comment.