Reboot: Link directly to the temporal inputs WebKit bug

Refs https://bugs.webkit.org/show_bug.cgi?id=139848
[ci skip]
This commit is contained in:
Chris Rebert 2016-11-30 21:37:45 -08:00 committed by GitHub
parent edf1e4b99e
commit 2404fec198
1 changed files with 2 additions and 2 deletions

View 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;
}