prune: remove transition for color or background-color

This commit is contained in:
Julien Calixte
2025-02-11 22:19:18 +01:00
parent e2285f8128
commit 4619fcf6da
2 changed files with 0 additions and 4 deletions

View File

@@ -246,8 +246,6 @@ $border-color: rgba(18, 19, 58, 0.2);
background-color: var(--fallback-b1, oklch(var(--b1) / 1));
color: var(--fallback-bc, oklch(var(--bc) / 1));
transition: cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
&.overlay {
box-shadow: -3px 0 0.4em $border-color;
}