Get rid of overcomplicated transition properties

Not a single time this been useful, quite the opposite; it was very
annoying
This commit is contained in:
daudix
2024-06-15 02:18:13 +03:00
parent 5aa00a628b
commit 018fcf813c
12 changed files with 22 additions and 36 deletions

View File

@ -5,8 +5,7 @@
&.draft {
transform: scale(0.95);
opacity: 0.6;
transition-duration: var(--transition-longer);
transition-property: transform, opacity, outline, outline-offset;
transition: var(--transition-longer);
outline: 2px dashed var(--fg-muted-2);
outline-offset: 1rem;
border-radius: 1rem;