strip out unneeded -ms- prefixes

This commit is contained in:
Matthew Hodgson 2017-01-16 18:58:37 +00:00
parent c305b72b91
commit d74dfc9ee7
15 changed files with 0 additions and 45 deletions

View file

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