Bug 240764
Summary: | Remove unnecessary appearance: auto; declarations in html.css | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
Component: | CSS | Assignee: | zsun |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer, zsun |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 236012 | ||
Bug Blocks: |
Tim Nguyen (:ntim)
All the `appearance: auto` declarations on `input[type=X]`, `::file-selector-button` or `select[...]` are redundant since `input` and `select` already have an `appearance: auto` rule.
I missed that during review :(
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Tim Nguyen (:ntim)
Pull Request: https://github.com/WebKit/WebKit/pull/907
EWS
Committed r294633 (250859@main): <https://commits.webkit.org/250859@main>
Reviewed commits have been landed. Closing PR #907 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/93751842>