Skip to content

Commit

Permalink
Disable the QualifyingElement linter
Browse files Browse the repository at this point in the history
Disable the linter to only remove rounded corners from inputs and
textareas
  • Loading branch information
gemmaleigh committed Oct 27, 2016
1 parent c47849c commit 83be41b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/sass/elements/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,16 @@ textarea {

}

// Allow a qualifying element, remove rounded corners from inputs and textareas
// scss-lint:disable QualifyingElement
input.form-control,
textarea.form-control {
// Remove inner shadow
-webkit-appearance: none;
// Remove rounded corners
border-radius: 0;
}
// scss-lint:enable QualifyingElement

// Radio buttons
.form-radio {
Expand Down

0 comments on commit 83be41b

Please sign in to comment.