Dropdown highlight

This commit is contained in:
Gregory Schier
2023-03-17 17:32:24 -07:00
parent cbe0d27a5e
commit f39d3e7eed
5 changed files with 14 additions and 5 deletions

View File

@@ -163,7 +163,7 @@
}
& > ul > li[aria-selected] {
@apply bg-gray-100 text-gray-900;
@apply bg-highlight text-gray-900;
}
& > ul > li:hover {