[common] fix bug 50727

This commit is contained in:
Maxim Kadushkin 2021-07-19 18:09:34 +03:00
parent d600ca958f
commit f9b7e162b3
3 changed files with 9 additions and 1 deletions

View file

@ -677,6 +677,7 @@
&:active:not(.disabled),
&.active:not(.disabled) {
.caret {
border-color: @icon-normal;
}
}
}
@ -978,6 +979,7 @@
&.active:not(.disabled) {
.caret {
background-position: @arrow-small-offset-x @arrow-small-offset-y;
border-color: @icon-normal;
}
}

View file

@ -47,7 +47,7 @@
--text-contrast-background: #fff;
--icon-normal: #444;
--icon-normal-pressed: #444;
--icon-normal-pressed: #fff;
--icon-inverse: #444;
--icon-toolbar-header: fade(#fff, 80%);
--icon-notification-badge: #000;

View file

@ -48,6 +48,12 @@
}
}
}
&.active, &:active {
.caret {
border-color: @icon-normal;
}
}
}
}