修复windows下的hover样式问题
This commit is contained in:
maplemei 2019-09-23 11:32:45 +08:00
parent 0a6088dcbb
commit 415cd9ac4d
2 changed files with 1 additions and 8 deletions

2
dist/xm-select.js vendored

File diff suppressed because one or more lines are too long

View File

@ -178,10 +178,6 @@ xm-select{
&:hover{ &:hover{
background-color: #f2f2f2; background-color: #f2f2f2;
&>.xm-option-icon{
color: #f2f2f2;
}
} }
&-icon{ &-icon{
@ -216,9 +212,6 @@ xm-select{
cursor: no-drop; cursor: no-drop;
&:hover{ &:hover{
background-color: #FFF; background-color: #FFF;
&>.xm-option-icon{
color: #FFF !important;
}
} }
.xm-option-icon{ .xm-option-icon{
border-color: @disabledColor !important; border-color: @disabledColor !important;