We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8e513a + dfc2fdf commit bf182bfCopy full SHA for bf182bf
1 file changed
custom/FilterDropdown.vue
@@ -11,6 +11,7 @@
11
text-sm font-medium transition-all border outline-none gap-x-2
12
bg-lightListViewButtonBackground text-lightListViewButtonText border-lightListViewButtonBorder
13
dark:bg-darkListViewButtonBackground dark:text-darkListViewButtonText dark:border-darkListViewButtonBorder
14
+ dark:hover:text-darkListViewButtonTextHover dark:hover:bg-darkListViewButtonBackgroundHover rounded-default
15
hover:bg-lightListViewButtonBackgroundHover hover:text-lightListViewButtonTextHover rounded-default"
16
>
17
<span v-if="displayLabel" class="whitespace-nowrap">
0 commit comments