fix: Make disabled input look disabled
This commit is contained in:
parent
11109c1c41
commit
f5801632f4
2 changed files with 2 additions and 15 deletions
|
|
@ -604,16 +604,6 @@
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
.like-disabled-input {
|
||||
margin-bottom: 7px;
|
||||
border-radius: 3px;
|
||||
min-height: 30px;
|
||||
font-weight: bold;
|
||||
background-color: @navbar-bg;
|
||||
padding: 5px 10px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.disabled-check {
|
||||
color: @navbar-bg;
|
||||
margin-right: 5px;
|
||||
|
|
@ -780,10 +770,6 @@ select.form-control {
|
|||
top: -2px;
|
||||
}
|
||||
|
||||
.like-disabled-input {
|
||||
min-height: 0px !important;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -99,7 +99,8 @@
|
|||
border-radius: $border-radius;
|
||||
min-height: 30px;
|
||||
font-weight: 400;
|
||||
background-color: transparent;
|
||||
color: var(--gray-500);
|
||||
background-color: var(--control-bg);
|
||||
padding: var(--padding-xs) var(--padding-sm);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue