strip out unneeded -moz- prefixes

This commit is contained in:
Matthew Hodgson 2017-01-16 18:58:02 +00:00
parent dc1563d916
commit c305b72b91
16 changed files with 0 additions and 48 deletions

View file

@ -83,7 +83,6 @@ textarea {
/* applied to side-panels and messagepanel when in RoomSettings */
.mx_fadable {
opacity: 1;
-moz-transition: opacity 0.2s ease-in-out;
-ms-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
}
@ -127,7 +126,6 @@ textarea {
width: 100%;
height: 100%;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;