fix
This commit is contained in:
parent
595e7988bb
commit
1567e9ff8a
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@
|
||||||
|
|
||||||
/* ---------------------- DROPDOWNS --------------------- */
|
/* ---------------------- DROPDOWNS --------------------- */
|
||||||
.dropdown-item-primary {
|
.dropdown-item-primary {
|
||||||
@apply block w-full text-left px-4 py-2 text-sm text-gray-200 bg-white dark:bg-black bg-gradient-to-t dark:bg-gradient-to-b hover:from-primary hover:to-primary/80 dark:hover:from-primary/80 dark:hover:to-primary hover:shadow-inner focus:shadow-inner focus:bg-gradient-to-b dark:focus:bg-gradient-to-t;
|
@apply block w-full text-left px-4 py-2 text-sm text-gray-200 hover:bg-white dark:hover:bg-black bg-gradient-to-t dark:bg-gradient-to-t hover:from-primary hover:to-primary/80 dark:hover:from-primary/80 dark:hover:to-primary hover:shadow-inner focus:shadow-inner focus:bg-gradient-to-b dark:focus:bg-gradient-to-t;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ----------------------- BADGES ----------------------- */
|
/* ----------------------- BADGES ----------------------- */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue