filter enhancements
This commit is contained in:
@@ -346,10 +346,6 @@ button {
|
||||
$thumbActiveColor: var(--baseAlt4Color)
|
||||
);
|
||||
}
|
||||
&:focus,
|
||||
&.active {
|
||||
border-color: var(--primaryColor);
|
||||
}
|
||||
&[readonly],
|
||||
&.readonly {
|
||||
cursor: default;
|
||||
@@ -359,7 +355,6 @@ button {
|
||||
&.disabled {
|
||||
cursor: default;
|
||||
color: var(--txtDisabledColor);
|
||||
border-color: var(--baseAlt2Color);
|
||||
}
|
||||
&.txt-mono {
|
||||
line-height: var(--smLineHeight);
|
||||
@@ -536,9 +531,6 @@ select {
|
||||
> label {
|
||||
color: var(--txtDisabledColor);
|
||||
}
|
||||
label, %input {
|
||||
border-color: var(--baseAlt2Color);
|
||||
}
|
||||
&.required > label:after {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user