Skip to content

Commit 2a470aa

Browse files
committed
fix: background color of note in root folder with rainbow folders in card layout
1 parent dd5efa1 commit 2a470aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/features/rainbow-folders.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
color: rgb(var(--cpt-text));
1919
}
2020

21-
.aura-rainbow-folders.aura-card-layout .nav-files-container > div > .tree-item.nav-file {
21+
.aura-rainbow-folders.aura-card-layout:not(.aura-card-layout-fileexplorer) .nav-files-container > div > .tree-item.nav-file {
2222
background-color: rgb(var(--cpt-white));
2323
border-radius: 5px;
2424
border-color: rgb(var(--cpt-crust));
@@ -169,7 +169,7 @@
169169
margin-top: 2px;
170170
}
171171

172-
.aura-rainbow-folders.aura-colorful-frame.aura-card-layout
172+
.aura-rainbow-folders.aura-colorful-frame.aura-card-layout:not(.aura-card-layout-fileexplorer)
173173
.mod-left-split
174174
.nav-files-container
175175
> div

0 commit comments

Comments
 (0)