[common] fix bug 50727
This commit is contained in:
parent
d600ca958f
commit
f9b7e162b3
|
@ -677,6 +677,7 @@
|
||||||
&:active:not(.disabled),
|
&:active:not(.disabled),
|
||||||
&.active:not(.disabled) {
|
&.active:not(.disabled) {
|
||||||
.caret {
|
.caret {
|
||||||
|
border-color: @icon-normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -978,6 +979,7 @@
|
||||||
&.active:not(.disabled) {
|
&.active:not(.disabled) {
|
||||||
.caret {
|
.caret {
|
||||||
background-position: @arrow-small-offset-x @arrow-small-offset-y;
|
background-position: @arrow-small-offset-x @arrow-small-offset-y;
|
||||||
|
border-color: @icon-normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
--text-contrast-background: #fff;
|
--text-contrast-background: #fff;
|
||||||
|
|
||||||
--icon-normal: #444;
|
--icon-normal: #444;
|
||||||
--icon-normal-pressed: #444;
|
--icon-normal-pressed: #fff;
|
||||||
--icon-inverse: #444;
|
--icon-inverse: #444;
|
||||||
--icon-toolbar-header: fade(#fff, 80%);
|
--icon-toolbar-header: fade(#fff, 80%);
|
||||||
--icon-notification-badge: #000;
|
--icon-notification-badge: #000;
|
||||||
|
|
|
@ -48,6 +48,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.active, &:active {
|
||||||
|
.caret {
|
||||||
|
border-color: @icon-normal;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue