minor ui improvements
This commit is contained in:
@@ -511,7 +511,6 @@ a,
|
||||
background: var(--baseAlt2Color);
|
||||
border-radius: var(--baseRadius);
|
||||
color: var(--txtPrimaryColor);
|
||||
font-size: 1.16rem;
|
||||
@include shadowize();
|
||||
i {
|
||||
font-size: inherit;
|
||||
|
||||
@@ -565,6 +565,9 @@ select {
|
||||
}
|
||||
}
|
||||
&.disabled {
|
||||
label, %input {
|
||||
box-shadow: inset 0 0 0 var(--btnHeight) rgba(#fff, 0.45);
|
||||
}
|
||||
> label {
|
||||
color: var(--txtDisabledColor);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user