Skip to content

Commit

Permalink
(less) add explanatory comment Re: twbs#11526
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Nov 18, 2013
1 parent 77f03d1 commit 3180eb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
// Placeholder text
.placeholder(@color: @input-color-placeholder) {
&:-moz-placeholder { color: @color; } // Firefox 4-18
&::-moz-placeholder { color: @color; opacity:1; } // Firefox 19+
&::-moz-placeholder { color: @color; // Firefox 19+
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 3180eb9

Please sign in to comment.