From: Chris Rebert Date: Thu, 1 Dec 2016 05:37:45 +0000 (-0800) Subject: Reboot: Link directly to the temporal inputs WebKit bug X-Git-Tag: v4.0.0-alpha.6~350 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2404fec198162e379819b0cf70879b9cd25bf87d;p=thirdparty%2Fbootstrap.git Reboot: Link directly to the temporal inputs WebKit bug Refs https://bugs.webkit.org/show_bug.cgi?id=139848 [ci skip] --- diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 1ca9c54f44..82591d22b6 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -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; }