Skip to content

Commit bf182bf

Browse files
authored
Merge pull request #5 from devforth/feature/AdminForth/1657/add-dark-hover-for-quick-filte
fix: add dark hover support for quick filters btn
2 parents b8e513a + dfc2fdf commit bf182bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

custom/FilterDropdown.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
text-sm font-medium transition-all border outline-none gap-x-2
1212
bg-lightListViewButtonBackground text-lightListViewButtonText border-lightListViewButtonBorder
1313
dark:bg-darkListViewButtonBackground dark:text-darkListViewButtonText dark:border-darkListViewButtonBorder
14+
dark:hover:text-darkListViewButtonTextHover dark:hover:bg-darkListViewButtonBackgroundHover rounded-default
1415
hover:bg-lightListViewButtonBackgroundHover hover:text-lightListViewButtonTextHover rounded-default"
1516
>
1617
<span v-if="displayLabel" class="whitespace-nowrap">

0 commit comments

Comments
 (0)