Non-native theme form elements font size is 13px, should be 13.3333px
Categories
(Core :: Widget: Gtk, defect, P3)
Tracking
()
People
(Reporter: pascalc, Assigned: emilio)
References
Details
Attachments
(1 file)
Mozilla/5.0 (X11; Linux x86_64; rv:87.0) Gecko/20100101 Firefox/87.0 ID:20210201094443
With widget.disable-native-theme-for-content set to true, form elements such as buttons, input and select fields have a default font size of 13px on Linux.
If I activate widget.disable-native-theme-for-content on Windows, these same elements have a font size of 13.3333px. This 13.3333px size is also the default for Chromium browsers (Linux and Windows).
For consistency of Firefox across platforms and for consistency with other browsers, we should have the same default font size of 13.3333px
Reporter | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
The Windows code was going into effect even if non-native-theme was
enabled, so right now nnt does something different in windows from other
platforms.
I think we should make it match Windows, which also matches Chromium on
non-Windows platforms too.
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 5•5 years ago
|
||
bugherder |
Comment 6•5 years ago
|
||
bugherder |
Description
•