[bug] Add active style to ALL VAULTS filter option

This commit is contained in:
addison 2022-04-26 09:17:12 -04:00
parent b0ee9efbbd
commit 9ca9b3d82e
2 changed files with 12 additions and 2 deletions

View File

@ -19,7 +19,7 @@
></i>
</button>
<button
class="no-btn"
class="filter-button"
(click)="clearFilter()"
appA11yTitle="{{ 'filterAllVaults' | i18n }}"
>
@ -63,7 +63,7 @@
></i>
</button>
<button
class="no-btn"
class="filter-button"
(click)="clearFilter()"
appA11yTitle="{{ 'filterAllVaults' | i18n }}"
>

View File

@ -67,6 +67,16 @@
}
}
}
&.active {
.filter-button {
h2 {
@include themify($themes) {
color: themed("primaryColor");
}
}
}
}
}
.filter-options {