mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 17:04:49 +08:00
style: allow button transition
This now looks good when crossing the width breakpoint due to the transitions only being applied to the color property.
This commit is contained in:
parent
3be55de92c
commit
3d1486ff12
1 changed files with 0 additions and 3 deletions
|
@ -963,9 +963,6 @@
|
|||
transition: opacity 0.125s;
|
||||
justify-content: space-around;
|
||||
margin-bottom: 1rem;
|
||||
.textButton {
|
||||
transition: none;
|
||||
}
|
||||
.puncAndNum {
|
||||
// transition: 0.25s cubic-bezier(0.37, 0, 0.63, 1);
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Reference in a new issue