Skip to content

Commit 9459812

Browse files
authored
fix: Button wave flicker problem (#151)
1 parent 27dbca1 commit 9459812

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

thaw/src/button/button.css

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
}
9696

9797
.thaw-button .thaw-wave.thaw-wave--active {
98+
opacity: 0;
9899
z-index: 1;
99100
animation-name: thawButtonWaveSpread, thawButtonWaveOpacity;
100101
}

0 commit comments

Comments
 (0)