Index: static/scss/forms/_buttons.scss |
=================================================================== |
--- a/static/scss/forms/_buttons.scss |
+++ b/static/scss/forms/_buttons.scss |
@@ -19,16 +19,17 @@ |
******************************************************************************* |
/* 1. Reset |
******************************************************************************/ |
button |
{ |
margin: 0px; |
+ color: inherit; |
juliandoucette
2017/11/15 12:56:42
Detail: You can push this separately.
ire
2017/11/30 14:01:19
Ack.
https://codereview.adblockplus.org/29625608
|
font: inherit; |
/* Show the overflow in IE and Edge */ |
overflow: visible; |
/* Remove rounded corners in Chrome 62+ */ |
border-radius: 0; |