mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-27 03:46:17 -06:00
macOS themes: fixed rendering of menu bar separator if unified background is disabled (issue #1003)
This commit is contained in:
@@ -184,6 +184,7 @@ MenuBar.selectionEmbeddedInsets = 3,0,3,0
|
|||||||
MenuBar.selectionArc = 8
|
MenuBar.selectionArc = 8
|
||||||
MenuBar.selectionBackground = lighten(@menuBackground,15%,derived)
|
MenuBar.selectionBackground = lighten(@menuBackground,15%,derived)
|
||||||
MenuBar.selectionForeground = @foreground
|
MenuBar.selectionForeground = @foreground
|
||||||
|
MenuBar.borderColor = over($Separator.foreground,$MenuBar.background)
|
||||||
|
|
||||||
|
|
||||||
#---- MenuItem ----
|
#---- MenuItem ----
|
||||||
|
|||||||
@@ -184,6 +184,7 @@ MenuBar.selectionEmbeddedInsets = 3,0,3,0
|
|||||||
MenuBar.selectionArc = 8
|
MenuBar.selectionArc = 8
|
||||||
MenuBar.selectionBackground = darken(@menuBackground,15%,derived)
|
MenuBar.selectionBackground = darken(@menuBackground,15%,derived)
|
||||||
MenuBar.selectionForeground = @foreground
|
MenuBar.selectionForeground = @foreground
|
||||||
|
MenuBar.borderColor = over($Separator.foreground,$MenuBar.background)
|
||||||
|
|
||||||
|
|
||||||
#---- MenuItem ----
|
#---- MenuItem ----
|
||||||
|
|||||||
Reference in New Issue
Block a user