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

@@ -22,7 +22,6 @@ limitations under the License.
flex: 1;
display: -ms-flexbox;
display: flex;
flex-direction: column;

View File

@@ -27,14 +27,12 @@ limitations under the License.
align-items: center;
display: -ms-flexbox;
display: flex;
}
.mx_RoomHeader_leftRow {
margin-left: -2px;
-ms-flex-order: 1;
order: 1;
flex: 1;
@@ -43,7 +41,6 @@ limitations under the License.
.mx_RoomHeader_spinner {
height: 36px;
-ms-flex-order: 2;
order: 2;
padding-left: 12px;
@@ -60,7 +57,6 @@ limitations under the License.
margin-top: -2px;
text-align: center;
-ms-flex-order: 2;
order: 2;
cursor: pointer;
@@ -73,7 +69,6 @@ limitations under the License.
}
.mx_RoomHeader_cancelButton {
-ms-flex-order: 2;
order: 2;
cursor: pointer;
@@ -87,7 +82,6 @@ limitations under the License.
background-color: $primary-bg-color;
display: flex;
align-items: center;
-ms-flex-order: 3;
order: 3;
}

View File

@@ -24,7 +24,6 @@ limitations under the License.
justify-content: center;
display: -ms-flexbox;
display: flex;
}