mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
fix: picker-date hover range color
This commit is contained in:
parent
ca77c02d10
commit
c6fa94c534
@ -235,20 +235,11 @@
|
||||
// display: none !important;
|
||||
// }
|
||||
|
||||
&::before,
|
||||
&::after {
|
||||
position: absolute;
|
||||
content: '';
|
||||
}
|
||||
|
||||
&::before {
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: @arrow-size;
|
||||
height: @arrow-size;
|
||||
border: @arrow-size / 2 solid @border-color-split;
|
||||
border-color: @border-color-split @border-color-split transparent transparent;
|
||||
}
|
||||
&::after {
|
||||
top: @border-width-base;
|
||||
right: @border-width-base;
|
||||
|
@ -323,6 +323,7 @@
|
||||
@picker-basic-cell-disabled-bg: #303030;
|
||||
@picker-border-color: @border-color-split;
|
||||
@picker-bg: transparent;
|
||||
@picker-date-hover-range-border-color: darken(@primary-color, 20%);
|
||||
|
||||
// Dropdown
|
||||
// ---
|
||||
|
Loading…
Reference in New Issue
Block a user