Index: static/scss/forms/_buttons.scss |
=================================================================== |
--- a/static/scss/forms/_buttons.scss |
+++ b/static/scss/forms/_buttons.scss |
@@ -24,16 +24,19 @@ |
button |
{ |
margin: 0px; |
font: inherit; |
/* Show the overflow in IE and Edge */ |
overflow: visible; |
+ /* Remove rounded corners in Chrome 62+ */ |
+ border-radius: 0; |
+ |
/* Remove the inheritance of text transform in Edge, Firefox, and IE. */ |
text-transform: none; |
} |
/** |
* 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. |