Keep standard properties in CSS along with vendored
This commit is contained in:
@@ -115,6 +115,16 @@
|
||||
margin-bottom: .25em;
|
||||
}
|
||||
|
||||
@keyframes repaintChrome {
|
||||
from {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
to {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes repaintChrome {
|
||||
from {
|
||||
padding: 0;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
_:-ms-input-placeholder {
|
||||
appearance: none;
|
||||
-ms-appearance: none;
|
||||
height: 2.223em;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user