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

View file

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

View file

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