mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 10:45:51 +03:00
remove spurious vendor prefixing
This commit is contained in:
parent
7ecb4e3b18
commit
b10f9a9cb7
1 changed files with 1 additions and 4 deletions
|
@ -176,10 +176,7 @@ hr.mx_RoomView_myReadMarker {
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
-webkit-transition: all .2s ease-out;
|
transition: all .2s ease-out;
|
||||||
-moz-transition: all .2s ease-out;
|
|
||||||
-ms-transition: all .2s ease-out;
|
|
||||||
-o-transition: all .2s ease-out;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomView_statusArea_expanded {
|
.mx_RoomView_statusArea_expanded {
|
||||||
|
|
Loading…
Reference in a new issue