Refs #31032 -- Removed unnecessary vendor prefixes from admin CSS.

The CSS properties have been standardized and are available in all
supported browsers.
This commit is contained in:
Jon Dufresne 2020-04-30 21:26:36 -07:00 committed by GitHub
parent 505b7b6163
commit 29e35b9a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 7 deletions

View File

@ -23,5 +23,4 @@ ul.actionlist li {
list-style-type: none;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
}

View File

@ -55,9 +55,7 @@ body.login {
clear: both;
padding: 8px;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
box-sizing: border-box;
}
.login span.help {

View File

@ -99,9 +99,7 @@ input[type="submit"], button {
}
#changelist-search > div {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 480px;
}
@ -111,7 +109,6 @@ input[type="submit"], button {
}
#changelist #toolbar form #searchbar {
-webkit-flex: 1 0 auto;
flex: 1 0 auto;
width: 0;
height: 22px;