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 @@ ...@@ -10,6 +10,13 @@
padding: 20px 3px; padding: 20px 3px;
cursor: pointer; cursor: pointer;
&.today {
.cell {
color: $--color-primary;
font-weight: bold;
}
}
&.disabled .cell { &.disabled .cell {
background-color: $--background-color-base; background-color: $--background-color-base;
cursor: not-allowed; cursor: not-allowed;
......
...@@ -14,6 +14,13 @@ ...@@ -14,6 +14,13 @@
padding: 20px 3px; padding: 20px 3px;
cursor: pointer; cursor: pointer;
&.today {
.cell {
color: $--color-primary;
font-weight: bold;
}
}
&.disabled .cell { &.disabled .cell {
background-color: $--background-color-base; background-color: $--background-color-base;
cursor: not-allowed; 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