We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e089a99 commit 94614ecCopy full SHA for 94614ec
src/main/resources/META-INF/frontend/fc-month-calendar/fc-month-calendar.js
@@ -99,7 +99,7 @@ export class FcMonthCalendarElement extends MonthCalendarMixin {
99
`;}
100
101
_setStyleForDay(i,className) {
102
- let e = this.$.element.shadowRoot.querySelectorAll("[part='date'][role='button']")[i-1];
+ let e = this.$.element.shadowRoot.querySelectorAll("[part='date']:not(:empty)")[i-1];
103
if (className) {
104
e.className=className;
105
} else {
0 commit comments