[common] changed active state for combobox button
This commit is contained in:
parent
461106210f
commit
e39c23cc88
|
@ -77,8 +77,8 @@
|
||||||
&.active:not(.disabled){
|
&.active:not(.disabled){
|
||||||
.caret {
|
.caret {
|
||||||
transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
border-color: @icon-normal-pressed-ie;
|
//border-color: @icon-normal-pressed-ie;
|
||||||
border-color: @icon-normal-pressed;
|
//border-color: @icon-normal-pressed;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue