Skip to content

Commit

Permalink
Remove placeholder styles
Browse files Browse the repository at this point in the history
This was only used for slightly changing the text color of the global search
placeholder text. But the CSS output was much larger and applied to all text
inputs. The gain was so slight that removing it for now is a good path forward.

This also removes one more Bourbon mixin use.
  • Loading branch information
Tyson Gach committed Dec 16, 2015
1 parent 8b14564 commit 850985f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/assets/stylesheets/administrate/base/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ select {
box-shadow: $form-box-shadow-focus;
outline: none;
}

@include placeholder {
color: $hint-grey;
}
}

textarea {
Expand Down

0 comments on commit 850985f

Please sign in to comment.