Commit 75ec7393 authored by Chris Rebert's avatar Chris Rebert
Browse files

Add summary of #11526 to explanatory Less comment

[skip sauce]
[skip validator]
parent d84f726d
5 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!15428add/update/summarize browser bug refs in Less comments,!25326Adjust examples
Showing with 1 addition and 1 deletion
+1 -1
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
// Firefox // Firefox
&::-moz-placeholder { &::-moz-placeholder {
color: @color; color: @color;
opacity: 1; // See https://github.com/twbs/bootstrap/pull/11526 opacity: 1; // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526
} }
&:-ms-input-placeholder { color: @color; } // Internet Explorer 10+ &:-ms-input-placeholder { color: @color; } // Internet Explorer 10+
&::-webkit-input-placeholder { color: @color; } // Safari and Chrome &::-webkit-input-placeholder { color: @color; } // Safari and Chrome
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment