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

@ -22,7 +22,6 @@ limitations under the License.
padding-bottom: 22px;
display: flex;
display: -webkit-flex;
}
.mx_SearchBox_searchButton {
@ -38,7 +37,6 @@ limitations under the License.
.mx_SearchBox_search {
flex: 1 1 auto;
-webkit-flex: 1 1 auto;
width: 0px;
font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
font-size: 12px;