Refactoring control styles

This commit is contained in:
Julia Radzhabova 2021-03-28 20:55:59 +03:00
parent a0c9ac8ede
commit 1425959a77
3 changed files with 5 additions and 5 deletions

View file

@ -609,7 +609,7 @@
.inner-box-caret { .inner-box-caret {
position: absolute; position: absolute;
right: 1px; right: 0;
top: 2px; top: 2px;
} }
@ -751,7 +751,7 @@
.caret { .caret {
position: absolute; position: absolute;
right: 3px; right: 5px;
margin-top: 5px; margin-top: 5px;
} }
@ -832,7 +832,7 @@
} }
&.dropdown-toggle:first-child .inner-box-caret { &.dropdown-toggle:first-child .inner-box-caret {
padding: 0 2px 0 0; padding: 0 1px 0 2px;
} }
&:hover:not(.disabled), &:hover:not(.disabled),

View file

@ -33,7 +33,7 @@
&.dropdown-toggle { &.dropdown-toggle {
.inner-box-caret { .inner-box-caret {
padding: 0 2px 0 0; padding: 0 1px 0 0;
} }
.caret { .caret {

View file

@ -55,7 +55,7 @@
background-color: @background-normal; background-color: @background-normal;
border-color: @border-regular-control-ie; border-color: @border-regular-control-ie;
border-color: @border-regular-control; border-color: @border-regular-control;
padding-right: 4px; padding-right: 5px;
} }
.btn-default.disabled { .btn-default.disabled {