strip out unneeded webkit prefixes now we're using autoprefixer

This commit is contained in:
Matthew Hodgson 2017-01-16 18:55:29 +00:00
parent 906d42688e
commit dc1563d916
25 changed files with 0 additions and 184 deletions

View file

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