We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd5efa1 commit 2a470aaCopy full SHA for 2a470aa
1 file changed
src/features/rainbow-folders.scss
@@ -18,7 +18,7 @@
18
color: rgb(var(--cpt-text));
19
}
20
21
-.aura-rainbow-folders.aura-card-layout .nav-files-container > div > .tree-item.nav-file {
+.aura-rainbow-folders.aura-card-layout:not(.aura-card-layout-fileexplorer) .nav-files-container > div > .tree-item.nav-file {
22
background-color: rgb(var(--cpt-white));
23
border-radius: 5px;
24
border-color: rgb(var(--cpt-crust));
@@ -169,7 +169,7 @@
169
margin-top: 2px;
170
171
172
-.aura-rainbow-folders.aura-colorful-frame.aura-card-layout
+.aura-rainbow-folders.aura-colorful-frame.aura-card-layout:not(.aura-card-layout-fileexplorer)
173
.mod-left-split
174
.nav-files-container
175
> div
0 commit comments