[common] fixed combobox disabled styles
This commit is contained in:
parent
767ddc4d54
commit
450da0e59c
|
@ -64,8 +64,6 @@
|
||||||
|
|
||||||
&:hover, &:focus {
|
&:hover, &:focus {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-color: @border-regular-control-ie;
|
|
||||||
border-color: @border-regular-control;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -166,4 +164,4 @@
|
||||||
border-color: @border-control-focus;
|
border-color: @border-control-focus;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue