]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add explanatory comment Re: #11526
authorChris Rebert <github@rebertia.com>
Mon, 18 Nov 2013 22:22:17 +0000 (14:22 -0800)
committerChris Rebert <github@rebertia.com>
Mon, 18 Nov 2013 22:22:17 +0000 (14:22 -0800)
less/mixins.less

index 50ccafa7c0e81d755cf1d706a64ecc614d68cf05..e76d8d697d9736ddf76adf4589d28867b0621bc6 100644 (file)
@@ -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
 }