Commit 0ddc10d6 authored by Debiancc's avatar Debiancc Committed by Jiewei Qian

date-picker: highlight current month and year (#14211)

parent 15b57cbb
......@@ -10,6 +10,13 @@
padding: 20px 3px;
cursor: pointer;
&.today {
.cell {
color: $--color-primary;
font-weight: bold;
}
}
&.disabled .cell {
background-color: $--background-color-base;
cursor: not-allowed;
......
......@@ -14,6 +14,13 @@
padding: 20px 3px;
cursor: pointer;
&.today {
.cell {
color: $--color-primary;
font-weight: bold;
}
}
&.disabled .cell {
background-color: $--background-color-base;
cursor: not-allowed;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment