You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Replace a Sass variable with a CSS custom property - hover-transition (#10786)
This commit is contained in:
@ -34,6 +34,10 @@ limitations under the License.
|
||||
transition: opacity 300ms ease;
|
||||
}
|
||||
|
||||
:root {
|
||||
--hover-transition: 0.08s cubic-bezier(0.46, 0.03, 0.52, 0.96); /* quadratic */
|
||||
}
|
||||
|
||||
@keyframes mx--anim-pulse {
|
||||
0% {
|
||||
opacity: 1;
|
||||
|
Reference in New Issue
Block a user