v1.0.1
修复windows下的hover样式问题
This commit is contained in:
parent
0a6088dcbb
commit
415cd9ac4d
2
dist/xm-select.js
vendored
2
dist/xm-select.js
vendored
File diff suppressed because one or more lines are too long
@ -178,10 +178,6 @@ xm-select{
|
||||
|
||||
&:hover{
|
||||
background-color: #f2f2f2;
|
||||
|
||||
&>.xm-option-icon{
|
||||
color: #f2f2f2;
|
||||
}
|
||||
}
|
||||
|
||||
&-icon{
|
||||
@ -216,9 +212,6 @@ xm-select{
|
||||
cursor: no-drop;
|
||||
&:hover{
|
||||
background-color: #FFF;
|
||||
&>.xm-option-icon{
|
||||
color: #FFF !important;
|
||||
}
|
||||
}
|
||||
.xm-option-icon{
|
||||
border-color: @disabledColor !important;
|
||||
|
Loading…
Reference in New Issue
Block a user