aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-12-22 17:03:45 -0800
committerChris Rebert <[email protected]>2014-12-22 17:24:37 -0800
commit75ec7393ec2940cb1f015dc2d002328833ad3ef8 (patch)
tree5f65ccdfac2246395143190b8845c545d7776fe9 /less
parentd84f726da4f55434de853202961310d153f35739 (diff)
downloadbootstrap-75ec7393ec2940cb1f015dc2d002328833ad3ef8.tar.xz
bootstrap-75ec7393ec2940cb1f015dc2d002328833ad3ef8.zip
Add summary of #11526 to explanatory Less comment
[skip sauce] [skip validator]
Diffstat (limited to 'less')
-rw-r--r--less/mixins/vendor-prefixes.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins/vendor-prefixes.less b/less/mixins/vendor-prefixes.less
index 31f8e2f7a..afd3331c3 100644
--- a/less/mixins/vendor-prefixes.less
+++ b/less/mixins/vendor-prefixes.less
@@ -102,7 +102,7 @@
// Firefox
&::-moz-placeholder {
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+
&::-webkit-input-placeholder { color: @color; } // Safari and Chrome