From 007ed0afa43ee784f3896afbf1f2de195c49fb29 Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com> Date: Mon, 3 Apr 2023 23:52:39 +0530 Subject: [PATCH] fix: cmdk hover style (#690) --- apps/app/styles/command-pallette.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/app/styles/command-pallette.css b/apps/app/styles/command-pallette.css index c28486f45..86fcb51da 100644 --- a/apps/app/styles/command-pallette.css +++ b/apps/app/styles/command-pallette.css @@ -34,7 +34,6 @@ background-color: rgb(229 231 235); } - -[aria-selected="true"] { +[cmdk-item][aria-selected="true"] { background-color: rgb(229 231 235); -} \ No newline at end of file +}