filter enhancements

This commit is contained in:
Gani Georgiev
2023-01-07 22:25:56 +02:00
parent d5775ff657
commit 9b880f5ab4
102 changed files with 3693 additions and 986 deletions
-8
View File
@@ -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;
}