fix: add missing yellow border for search box focus in dark mode for new resource page
This commit is contained in:
parent
374fdb3956
commit
d71efadce4
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ @utility input-sticky {
|
|||
}
|
||||
|
||||
@utility input-sticky-active {
|
||||
@apply text-black border-2 border-coollabs dark:text-white focus:bg-neutral-200 dark:focus:bg-coolgray-400 focus:border-coollabs;
|
||||
@apply text-black border-2 border-coollabs dark:border-yellow-400 dark:text-white focus:bg-neutral-200 dark:focus:bg-coolgray-400 focus:border-coollabs dark:focus:border-yellow-400;
|
||||
}
|
||||
|
||||
/* Focus */
|
||||
|
|
|
|||
Loading…
Reference in a new issue