Skip to content

Commit

Permalink
Merge pull request twbs#12502 from ZDroid/moz
Browse files Browse the repository at this point in the history
Remove redundant :-moz-placeholder styles
  • Loading branch information
mdo committed Feb 7, 2014
2 parents 596495c + 1e09a9d commit 42d7479
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions less/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@

// Placeholder text
.placeholder(@color: @input-color-placeholder) {
&:-moz-placeholder { color: @color; } // Firefox 4-18
&::-moz-placeholder { color: @color; // Firefox 19+
&::-moz-placeholder { color: @color; // Firefox
opacity: 1; } // See https://github.com/twbs/bootstrap/pull/11526
&:-ms-input-placeholder { color: @color; } // Internet Explorer 10+
&::-webkit-input-placeholder { color: @color; } // Safari and Chrome
Expand Down

0 comments on commit 42d7479

Please sign in to comment.