[Webkit-unassigned] [Bug 237745] Web Inspector: REGRESSION(r287753): Settings: checkboxes are smaller and no longer vertically align with related text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 10 16:26:18 PST 2022


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

Devin Rousso <drousso at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |akeerthi at apple.com

--- Comment #2 from Devin Rousso <drousso at apple.com> ---
@Aditya Keerthi tells me that it's expected behavior for `font-size` to NOT adjust the sizing of `<input type="checkbox">`, so the following code in `Source/WebInspectorUI/UserInterface/Views/SettingsTabContentView.css` is no longer valid:
```css
.content-view.tab.settings > .settings-view > .container > .editor-group > .setting-editor input[type="checkbox"] {
    /* Vertically align <select> with the group title text. */
    font-size: 16px;
}
```

-- 
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/20220311/21d4ad2b/attachment-0001.htm>


More information about the webkit-unassigned mailing list