From: Martijn Cuppens Date: Sat, 22 Feb 2020 20:48:14 +0000 (+0100) Subject: Fix pseudo paddings and height X-Git-Tag: v5.0.0-alpha1~364 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d4400e5ca0e55bd7e9762fee1794e7424fa1db7;p=thirdparty%2Fbootstrap.git Fix pseudo paddings and height --- diff --git a/scss/_reboot.scss b/scss/_reboot.scss index d815baea09..9f63ab68a8 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -528,9 +528,18 @@ legend { // Fix height of inputs with a type of datetime-local, date, month, week, or time // See https://github.com/twbs/bootstrap/issues/18842 -::-webkit-datetime-edit { - overflow: visible; - line-height: 0; +::-webkit-datetime-edit-fields-wrapper, +::-webkit-datetime-edit-text, +::-webkit-datetime-edit-minute, +::-webkit-datetime-edit-hour-field, +::-webkit-datetime-edit-day-field, +::-webkit-datetime-edit-month-field, +::-webkit-datetime-edit-year-field { + padding: 0; +} + +::-webkit-inner-spin-button { + height: auto; } // 1. Correct the outline style in Safari.