Vencord/src/plugins/plainFolderIcon/style.css
2025-12-14 15:32:47 +01:00

10 lines
No EOL
396 B
CSS

.vc-plainFolderIcon-plain {
/* Without this, they are a bit laggier */
transition: none !important;
/* Don't show the mini guild icons */
transform: translateZ(0);
/* The new icons are fully transparent. Add a sane default to match the old behavior */
background-color: color-mix(in oklab, var(--custom-folder-color, var(--badge-background-default)) 40%, transparent);
}