diff options
| author | Chris Rebert <[email protected]> | 2016-11-30 21:37:45 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-11-30 21:37:45 -0800 |
| commit | 2404fec198162e379819b0cf70879b9cd25bf87d (patch) | |
| tree | 915e981c6b234605014b1bfaf56b1cd0c1568f36 | |
| parent | edf1e4b99e6e002ebe91059e9d0fe0dc4f74c405 (diff) | |
| download | bootstrap-2404fec198162e379819b0cf70879b9cd25bf87d.tar.xz bootstrap-2404fec198162e379819b0cf70879b9cd25bf87d.zip | |
Reboot: Link directly to the temporal inputs WebKit bug
Refs https://bugs.webkit.org/show_bug.cgi?id=139848
[ci skip]
| -rw-r--r-- | scss/_reboot.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 1ca9c54f4..82591d22b 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; } |
