Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit 48bfcb9

Browse files
authored
Update angular-datepicker.css
the style of today day is up to user, thanks @kuzma-sasha for the PR !
1 parent 98da37e commit 48bfcb9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/css/angular-datepicker.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ datepicker, .datepicker, [datepicker],
110110
border-radius: 1px;
111111
}
112112
._720kb-datepicker-calendar-day:hover,
113-
._720kb-datepicker-calendar-day._720kb-datepicker-active,
114-
._720kb-datepicker-calendar-day._720kb-datepicker-today {
113+
._720kb-datepicker-calendar-day._720kb-datepicker-active {
115114
background: rgba(0, 0, 0, 0.03);
116115
}
117116
._720kb-datepicker-calendar-header a, ._720kb-datepicker-calendar-header a:hover {

0 commit comments

Comments
 (0)