mirror of
https://github.com/adoyle0/thaw.git
synced 2025-02-02 16:44:15 -05:00
fix: Button wave flicker problem (#151)
This commit is contained in:
parent
27dbca1c00
commit
9459812159
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue