Browse Source

Fix(base.scss): Don't restyle inputs, selects and buttons

master
yanas 8 years ago
parent
commit
7ebd2b2cd4
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      css/_base.scss

+ 0
- 1
css/_base.scss View File

@@ -41,7 +41,6 @@ body, input, textarea, keygen, select, button {
41 41
 button, input, select, textarea {
42 42
     margin: 0;
43 43
     vertical-align: baseline;
44
-    color: $inputColor;
45 44
     font-size: 1em;
46 45
 }
47 46
 

Loading…
Cancel
Save