fix: Make disabled input look disabled

This commit is contained in:
Suraj Shetty 2020-08-20 15:34:53 +05:30
parent 11109c1c41
commit f5801632f4
2 changed files with 2 additions and 15 deletions

View file

@ -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;
}

View file

@ -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);
}