]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add summary of #11526 to explanatory Less comment 15428/head
authorChris Rebert <code@rebertia.com>
Tue, 23 Dec 2014 01:03:45 +0000 (17:03 -0800)
committerChris Rebert <code@rebertia.com>
Tue, 23 Dec 2014 01:24:37 +0000 (17:24 -0800)
[skip sauce]
[skip validator]

less/mixins/vendor-prefixes.less

index 31f8e2f7ab1e1aa7cef64d60602dba8a54892d7c..afd3331c31da856f226b354916e21ebad9d3311a 100644 (file)
   // 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