mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
Make the hover transition a variable
This commit is contained in:
parent
e658d9619b
commit
aa0e19daf0
@ -18,6 +18,8 @@ limitations under the License.
|
||||
|
||||
@import "./_font-sizes.scss";
|
||||
|
||||
$hover-transition: 0.08s cubic-bezier(.46, .03, .52, .96); // quadratic
|
||||
|
||||
:root {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
@ -21,7 +21,7 @@ limitations under the License.
|
||||
position: relative;
|
||||
|
||||
.mx_AvatarSetting_hover {
|
||||
transition: opacity 0.08s cubic-bezier(.46, .03, .52, .96); // quadratic
|
||||
transition: opacity $hover-transition;
|
||||
|
||||
// position to place the hover bg over the entire thing
|
||||
position: absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user