[webkit-changes] [WebKit/WebKit] f35218: Consolidate box-sizing property for checkboxes and...
Anne van Kesteren
noreply at github.com
Thu Oct 12 09:00:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f35218768146b231ba64439f3da356edd7579937
https://github.com/WebKit/WebKit/commit/f35218768146b231ba64439f3da356edd7579937
Author: Anne van Kesteren <annevk at annevk.nl>
Date: 2023-10-12 (Thu, 12 Oct 2023)
Changed paths:
M Source/WebCore/css/html.css
Log Message:
-----------
Consolidate box-sizing property for checkboxes and radio buttons in html.css
https://bugs.webkit.org/show_bug.cgi?id=263070
rdar://116858857
Reviewed by Tim Nguyen.
Due to conditional inclusion we set box-sizing three times, but it
appears it's only needed once. This results in some nice cleanup.
* Source/WebCore/css/html.css:
(input:is([type="radio"], [type="checkbox"])):
(#endif):
Canonical link: https://commits.webkit.org/269254@main
More information about the webkit-changes
mailing list