[common] changed combobox caret style

This commit is contained in:
Maxim Kadushkin 2021-04-27 22:42:41 +03:00
parent e39c23cc88
commit 59182cfd6b
3 changed files with 14 additions and 4 deletions

View file

@ -77,8 +77,8 @@
&.active:not(.disabled){
.caret {
transform: rotate(45deg);
//border-color: @icon-normal-pressed-ie;
//border-color: @icon-normal-pressed;
border-color: @icon-normal-pressed-ie;
border-color: @icon-normal-pressed;
}
}

View file

@ -98,6 +98,16 @@
}
}
&.input-group-nr {
.btn {
&:active {
.caret {
border-color: @icon-normal;
}
}
}
}
li {
a {
white-space: pre;

View file

@ -55,7 +55,7 @@
&:active:not(.disabled),
&.active:not(.disabled){
.caret {
background-position: @arrow-small-offset-x @arrow-small-offset-y;
border-color: @icon-normal;
}
}
}
@ -142,8 +142,8 @@
padding: 0 2px 0;
.caret {
background-position: @arrow-small-offset-x @arrow-small-offset-y;
transition: transform .2s;
border-color: @icon-normal;
}
&.btn-collapse {