Skip to content

Commit 8dd7ba6

Browse files
committed
Left Column: Fix button animation (#6584)
1 parent 195fce1 commit 8dd7ba6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/left/main/LeftMain.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,9 @@
7878
margin: 0 auto;
7979

8080
white-space: nowrap;
81+
82+
&.opacity-transition {
83+
transition: background-color 0.2s, color 0.2s, opacity 0.15s ease;
84+
}
8185
}
8286
}

0 commit comments

Comments
 (0)