remove red border from input field in ff

This commit is contained in:
igoradamenko
2018-05-17 22:17:39 +03:00
parent 4db35108a6
commit a1053be566
2 changed files with 1 additions and 1 deletions
@@ -10,6 +10,7 @@
height: $height;
min-height: $height;
padding: $paddingVrt 12px;
margin: 0;
font-family: 'PT Sans', Helvetica, Arial, sans-serif;
font-size: $fontSize;
line-height: $lineHeight;
-1
View File
@@ -117,7 +117,6 @@ export default class Input extends Component {
onInput={this.onInput}
onKeyDown={this.onKeyDown}
ref={r => (this.fieldNode = r)}
required
disabled={isFieldDisabled}
/>