[Webkit-unassigned] [Bug 198959] input[type=date] with empty value has shrunken height

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 29 03:07:57 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=198959

Martijn Cuppens <martijn.cuppens at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martijn.cuppens at gmail.com

--- Comment #2 from Martijn Cuppens <martijn.cuppens at gmail.com> ---
This is fixable by adding a height to the `::-webkit-date-and-time-value` pseudo element.

 ```
input::-webkit-date-and-time-value {
  height: 1.5em;
}
```

This also happens to the `::-webkit-inner-spin-button` pseudo element as I noticed here (https://opensource.apple.com/source/WebCore/WebCore-7602.4.6/css/html.css.auto.html).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201029/95c523ca/attachment.htm>


More information about the webkit-unassigned mailing list