Indicate disabled but active All button

This commit is contained in:
Michael Shamoon
2022-02-19 14:03:55 -08:00
parent 0b6c749b60
commit c945b90b64
3 changed files with 14 additions and 3 deletions

View File

@@ -231,6 +231,10 @@ $border-color-dark-mode: #47494f;
border-color: darken($primary-dark-mode, 10%);
color: $text-color-dark-mode-accent;
}
&.disabled.active {
background-color: darken($primary-dark-mode, 10%);
}
}
.btn-outline-secondary {