Skip to content

Commit

Permalink
fix collapse/folder icon color when using simple rainbow
Browse files Browse the repository at this point in the history
  • Loading branch information
pryley committed Oct 27, 2023
1 parent 6aa6d83 commit d483b89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions src/modules/Core/style-settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2222,17 +2222,13 @@ settings:
title: Enable title recolor
type: class-toggle
-
id: anp-simple-rainbow-icon-folder-toggle
title: Enable icon recolor (For icon folder users)
id: anp-simple-rainbow-collapse-icon-toggle
title: Enable collapse icon recolor
type: class-toggle
-
id: anp-simple-rainbow-indentation-toggle
title: Enable collapse indent recolor
type: class-toggle
-
id: anp-simple-rainbow-collapse-toggle
title: Enable collapse indicator
type: class-toggle
-
id: anp-simple-rainbow-icon-toggle
title: Enable circular file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}
}
// Color Collapse Indicators
&.anp-simple-rainbow-collapse-toggle {
&.anp-simple-rainbow-collapse-icon-toggle {
.tree-item-self .tree-item-icon {
--icon-color: rgba(
var(--rainbow-folder-color),
Expand Down

0 comments on commit d483b89

Please sign in to comment.