Skip to content

Commit

Permalink
Fix broken CSS selection background,
Browse files Browse the repository at this point in the history
Fix #30
  • Loading branch information
JeanRemiDelteil committed Nov 20, 2022
1 parent ebd0ab3 commit ad3a0d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib/folders/constant/style.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ad3a0d9

Please sign in to comment.