Skip to content

Commit

Permalink
fix: Disabled day cannot be focused
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Feb 26, 2020
1 parent 8cab123 commit 76b34d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datepicker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export class Datepicker extends LitElement {
outline: none;
text-align: center;
}
.full-calendar__day:focus {
.full-calendar__day:not(.day--disabled):focus {
outline: #000 dotted 1px;
outline: -webkit-focus-ring-color auto 1px;
}
Expand Down

0 comments on commit 76b34d0

Please sign in to comment.