]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove reference to old fixed WebKit bug in Less comment. 15427/head
authorChris Rebert <code@rebertia.com>
Mon, 22 Dec 2014 22:57:40 +0000 (14:57 -0800)
committerChris Rebert <code@rebertia.com>
Mon, 22 Dec 2014 22:58:44 +0000 (14:58 -0800)
Per https://github.com/twbs/bootstrap/issues/1969#issuecomment-36971094

[skip sauce]
[skip validator]

less/forms.less

index 085d9d47ce1e05b27cfd95a9eb6847de3fe7c083..c57c2beb052ab3aaf951266b28e0eaa372c42177 100644 (file)
@@ -461,8 +461,7 @@ input[type="checkbox"] {
     }
 
     // Remove default margin on radios/checkboxes that were used for stacking, and
-    // then undo the floating of radios and checkboxes to match (which also avoids
-    // a bug in WebKit: https://github.com/twbs/bootstrap/issues/1969).
+    // then undo the floating of radios and checkboxes to match.
     .radio,
     .checkbox {
       display: inline-block;