Skip to content

Commit b493cab

Browse files
committed
Fix hover state on empty datepicker cells
1 parent d36d533 commit b493cab

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

components/dash-core-components/src/components/css/datepickers.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,3 +298,8 @@
298298
width: 20px;
299299
height: 20px;
300300
}
301+
302+
.dash-datepicker-calendar-padding {
303+
pointer-events: none;
304+
background: transparent;
305+
}

0 commit comments

Comments
 (0)