1
1
mirror of https://github.com/primer/css.git synced 2024-09-21 21:58:42 +03:00

Revert "disable vendor prefix another way"

This reverts commit 244a73254b.
This commit is contained in:
Jon Rohan 2015-06-10 16:05:21 -04:00
parent 244a73254b
commit fcf1c0073e
2 changed files with 2 additions and 4 deletions

View File

@ -400,6 +400,8 @@ linters:
additional_identifiers: []
excluded_identifiers: []
severity: error
exclude:
- 'scss/_forms.scss'
ZeroUnit:
enabled: true

View File

@ -372,9 +372,7 @@ dl.form {
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
margin: 0;
// scss-lint:disable VendorPrefix
-webkit-appearance: none;
// scss-lint:enable VendorPrefix
}
@ -493,12 +491,10 @@ input::-webkit-inner-spin-button {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAaCAMAAACNQ/wIAAAAYFBMVEUzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMS2aZBAAAAH3RSTlMAAQYNDg8VJDQ2N0JbdXZ4h4mKpL3Iycvb6vDx8vn+GLdSCAAAAHBJREFUeNq90TcSgDAMRFGRMwZMTnv/W+IBm6BxzSt/pUBGURKT73v+LdkGbNm7xDOUOXlKNOE0RaaEI7QxvIrX4db5pLgtXlqXyJH4kA5VYCr6Xw2msYxqWUgJetyGwH4cfkIjXaCsqfUd/GmMEKQdADIVzQIQilIAAAAASUVORK5CYII=) no-repeat right 8px center;
background-size: 9px 13px;
box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.075);
// scss-lint:disable VendorPrefix
// Have to include vendor prefixes as the `appearance` property isn't part of the CSS spec.
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
// scss-lint:enable VendorPrefix
&:focus {
outline: none;