fix: Button wave flicker problem (#151)

This commit is contained in:
luoxiaozero 2024-03-22 11:05:00 +08:00 committed by GitHub
parent 27dbca1c00
commit 9459812159
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,6 +95,7 @@
} }
.thaw-button .thaw-wave.thaw-wave--active { .thaw-button .thaw-wave.thaw-wave--active {
opacity: 0;
z-index: 1; z-index: 1;
animation-name: thawButtonWaveSpread, thawButtonWaveOpacity; animation-name: thawButtonWaveSpread, thawButtonWaveOpacity;
} }