From 77b8765939713c9d2332b78294d3e2e8674c397e Mon Sep 17 00:00:00 2001 From: Jaret Burkett Date: Tue, 28 Apr 2026 10:55:20 -0600 Subject: [PATCH] Fix issue with hover styling on select components. --- ui/src/app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/app/globals.css b/ui/src/app/globals.css index af1bdc97..7779861a 100644 --- a/ui/src/app/globals.css +++ b/ui/src/app/globals.css @@ -71,7 +71,7 @@ body { /* options */ .aitk-react-select-container .aitk-react-select__option { - @apply text-sm text-gray-200 bg-gray-950 dark:bg-gray-800 hover:bg-gray-700; + @apply text-sm text-gray-200 bg-gray-950 dark:bg-gray-800 hover:bg-gray-700 dark:hover:bg-gray-700 cursor-pointer; } /* indicator separator */