Replace a Sass variable with a CSS custom property - hover-transition (#10786)
This commit is contained in:
@@ -22,7 +22,7 @@ limitations under the License.
|
||||
position: relative;
|
||||
|
||||
.mx_AvatarSetting_hover {
|
||||
transition: opacity $hover-transition;
|
||||
transition: opacity var(--hover-transition);
|
||||
|
||||
/* position to place the hover bg over the entire thing */
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user