Merge pull request #60 from locomotivemtl/fix.chrome62

Remove the border-radius in Chrome 62+ on macOS
This commit is contained in:
Julien Martins Da Costa
2017-11-03 09:26:02 -04:00
committed by GitHub
3 changed files with 5 additions and 886 deletions

View File

@@ -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 */
}
/**

View File

@@ -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