From 808a6dd5ef2f1d798342b4d096f665fc177ca03d Mon Sep 17 00:00:00 2001 From: Panthevm Date: Fri, 4 Aug 2023 17:27:35 +0300 Subject: [PATCH] Update sidebar styles --- src/suitkin/components/sidebar/styles.cljc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/suitkin/components/sidebar/styles.cljc b/src/suitkin/components/sidebar/styles.cljc index 79f09f3..f5b522f 100644 --- a/src/suitkin/components/sidebar/styles.cljc +++ b/src/suitkin/components/sidebar/styles.cljc @@ -36,7 +36,8 @@ [[:details {:width "100%"}] [:a - {:width "100%"}] + {:width "100%" :border-radius "4px"} + [:&:hover {:color "inherit"}]] [:summary [:&:hover {:background-color "var(--basic-gray-0)"}] [:&:active {:background-color "var(--basic-gray-1)"}]]