mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-15 04:27:39 +08:00
fix(popover): Reduce animation length to 100ms
This commit is contained in:
parent
9413459311
commit
176e3d05c3
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
}
|
||||
|
||||
.fixed-popover,.fixed-popover-pointer,.fixed-popover-pointer.shadow {
|
||||
transition: opacity 200ms ease-in-out;
|
||||
transition: opacity 100ms ease-in-out;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue