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)); background-color: var(--fallback-b1, oklch(var(--b1) / 1));
color: var(--fallback-bc, oklch(var(--bc) / 1)); color: var(--fallback-bc, oklch(var(--bc) / 1));
transition: cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
&.overlay { &.overlay {
box-shadow: -3px 0 0.4em $border-color; box-shadow: -3px 0 0.4em $border-color;
} }

View File

@@ -73,8 +73,6 @@ a {
.repo-note { .repo-note {
font-family: var(--font-family); font-family: var(--font-family);
font-size: var(--font-size); font-size: var(--font-size);
transition-property: color, background-color;
transition: cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
} }
.btn { .btn {