]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Reboot: Link directly to the temporal inputs WebKit bug
authorChris Rebert <github@chrisrebert.com>
Thu, 1 Dec 2016 05:37:45 +0000 (21:37 -0800)
committerGitHub <noreply@github.com>
Thu, 1 Dec 2016 05:37:45 +0000 (21:37 -0800)
Refs https://bugs.webkit.org/show_bug.cgi?id=139848
[ci skip]

scss/_reboot.scss

index 1ca9c54f44603423421e17322ee8aecbe9684fe2..82591d22b6f5cf047f8c05347398892ca62f7452 100644 (file)
@@ -335,8 +335,8 @@ input[type="month"] {
   // Remove the default appearance of temporal inputs to avoid a Mobile Safari
   // bug where setting a custom line-height prevents text from being vertically
   // centered within the input.
-  //
-  // Bug report: https://github.com/twbs/bootstrap/issues/11266
+  // See https://bugs.webkit.org/show_bug.cgi?id=139848
+  // and https://github.com/twbs/bootstrap/issues/11266
   -webkit-appearance: listbox;
 }