fix: filter button border when have active filters
This commit is contained in:
parent
87799bb0ec
commit
eeedfd0f2c
1 changed files with 2 additions and 0 deletions
|
|
@ -401,6 +401,8 @@ input.list-check-all {
|
|||
|
||||
.filter-button.btn-primary-light {
|
||||
color: var(--text-on-blue);
|
||||
outline: 1px solid var(--bg-dark-blue);
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.sort-selector {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue