Merge pull request #60 from locomotivemtl/fix.chrome62
Remove the border-radius in Chrome 62+ on macOS
This commit is contained in:
@@ -287,6 +287,7 @@ select {
|
||||
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
|
||||
* controls in Android 4.
|
||||
* 2. Correct the inability to style clickable types in iOS and Safari.
|
||||
* 3. Remove the border-radius in Chrome 62+ on macOS.
|
||||
*/
|
||||
|
||||
button,
|
||||
@@ -294,6 +295,7 @@ html [type="button"], /* 1 */
|
||||
[type="reset"],
|
||||
[type="submit"] {
|
||||
-webkit-appearance: button; /* 2 */
|
||||
border-radius: 0; /* 3 */
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
|
||||
{
|
||||
"private": true,
|
||||
"name": "@locomotivemtl/boilerplate",
|
||||
@@ -10,6 +11,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "0.0.0",
|
||||
"babel-core": "0.0.0",
|
||||
"babel-preset-es2015": "0.0.0",
|
||||
"babel-plugin-transform-es2015-classes": "0.0.0",
|
||||
"babel-plugin-transform-export-extensions": "0.0.0",
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user