Fix menulist label misalignment on macOS
I think they're still slightly off center, but now they look exactly like they do in Firefox. Dropdown labels in Apple's native macOS apps are actually offset toward the top by a pixel or two. Fixes #4086
This commit is contained in:
parent
99d977be3f
commit
82107beaa9
2 changed files with 4 additions and 0 deletions
3
scss/mac/components/_menulist.scss
Normal file
3
scss/mac/components/_menulist.scss
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
menulist {
|
||||||
|
line-height: normal;
|
||||||
|
}
|
|
@ -10,5 +10,6 @@
|
||||||
@import "mac/tabbox";
|
@import "mac/tabbox";
|
||||||
@import "mac/titleBar";
|
@import "mac/titleBar";
|
||||||
@import "mac/menupopup";
|
@import "mac/menupopup";
|
||||||
|
@import "mac/components/menulist";
|
||||||
|
|
||||||
// Elements
|
// Elements
|
||||||
|
|
Loading…
Reference in a new issue