strip out unneeded -ms- prefixes
This commit is contained in:
@@ -22,7 +22,6 @@ limitations under the License.
|
||||
|
||||
flex: 1;
|
||||
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
|
||||
flex-direction: column;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -24,7 +24,6 @@ limitations under the License.
|
||||
|
||||
justify-content: center;
|
||||
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user