From ad3a0d96a2c9932efe242f012d0fb3f5059ff169 Mon Sep 17 00:00:00 2001 From: JeanRemiDelteil Date: Sun, 20 Nov 2022 12:53:48 +0100 Subject: [PATCH] Fix broken CSS selection background, Fix #30 --- src/lib/folders/constant/style.css.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/lib/folders/constant/style.css.ts b/src/lib/folders/constant/style.css.ts index 6ee9b22..46f3ce1 100644 --- a/src/lib/folders/constant/style.css.ts +++ b/src/lib/folders/constant/style.css.ts @@ -17,6 +17,12 @@ export const css = ` padding-left: 3px!important; } +/* CSS override for broken selection */ +.asc_FolderRoot li[aria-selected="false"] { + background-color: inherit; + color: inherit; +} + /* Folder */ .asc_Folder>.${CLASS_TITLE_CONTAINER}{ display: flex;