fix
This commit is contained in:
@@ -291,6 +291,24 @@ li {
|
||||
top: 0.1rem;
|
||||
width: 0.3rem;
|
||||
}
|
||||
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
|
||||
border: 1px solid #d9d9d9;
|
||||
}
|
||||
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
||||
box-shadow: 0 0 0 2px rgba(83, 83, 83, 0.3);
|
||||
border: 1px solid #d9d9d9;
|
||||
}
|
||||
.ant-picker:hover,
|
||||
.ant-picker-focused {
|
||||
border: 1px solid #d9d9d9;
|
||||
}
|
||||
.ant-picker-focused {
|
||||
box-shadow: 0 0 0 2px rgba(83, 83, 83, 0.3);
|
||||
border: 1px solid #d9d9d9;
|
||||
}
|
||||
.ant-picker-range .ant-picker-active-bar {
|
||||
background: #353535;
|
||||
}
|
||||
.trial_page .ant-select-allow-clear {
|
||||
height: 100%;
|
||||
}
|
||||
@@ -323,13 +341,6 @@ li {
|
||||
.trial_page .ant-select-allow-clear .ant-select-selector::after {
|
||||
line-height: 1;
|
||||
}
|
||||
.trial_page .ant-select-allow-clear.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
||||
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0);
|
||||
border: 1px solid #d9d9d9;
|
||||
}
|
||||
.trial_page .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
|
||||
border: 1px solid #d9d9d9;
|
||||
}
|
||||
.trial_page .ant-select-dropdown {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user