Use the correct menulist > menupopup padding for -moz-proton-contextmenus
Categories
(Thunderbird :: Theme, task)
Tracking
(thunderbird_esr78 unaffected)
Tracking | Status | |
---|---|---|
thunderbird_esr78 | --- | unaffected |
People
(Reporter: Paenglab, Assigned: Paenglab)
Details
Attachments
(1 file)
2.10 KB,
patch
|
aleca
:
review+
|
Details | Diff | Splinter Review |
The menulist > menupopup needs more padding on the left under Windows 10.
Assignee | ||
Comment 1•4 years ago
|
||
This should fix it.
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
(In reply to Alessandro Castellani [:aleca] from comment #2)
First, the -moz-proton-contextmenus applies only on Windows with default theme and not on all other Windows versions and not on High Contrast. And yes, it's complicated to support all this Windows versions.
Sorry, but I don't understand these changes to the CSS.
If we're not in Proton, the menu-iconic-left has a display of -moz-box.
Correct, this is the pre-proton behaviour .
But also if we're in proton it has it, but only if not in Windows 10?
Yes
Also why the double
not (-moz-os-version: windows-win10), (-moz-os-version: windows-win10) and (-moz-windows-default-theme: 0)
?
What's the condition here?
The not (-moz-os-version: windows-win10)
is for all Windows versions other than Win 10.
The (-moz-os-version: windows-win10) and (-moz-windows-default-theme: 0)
is for Windows 10 High Contrast.
Assignee | ||
Comment 4•4 years ago
|
||
Comment on attachment 9221990 [details] [diff] [review]
1711259-menulist-popup-padding.patch
I hope you understand now.
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Updated•4 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/39b5b929f153
Use the correct menulist > menupopup padding for -moz-proton-contextmenus. r=aleca
Description
•