Button and ToggleButton: added missing foreground colors for hover, pressed, focused and selected states (issue #535)

This commit is contained in:
Karl Tauber
2022-05-28 12:16:02 +02:00
parent 58dbccec2d
commit 5151951f46
8 changed files with 188 additions and 8 deletions

View File

@@ -23,10 +23,13 @@ Button.default.endBorderColor
Button.default.focusColor
Button.default.focusedBackground
Button.default.focusedBorderColor
Button.default.focusedForeground
Button.default.foreground
Button.default.hoverBackground
Button.default.hoverBorderColor
Button.default.hoverForeground
Button.default.pressedBackground
Button.default.pressedForeground
Button.default.startBackground
Button.default.startBorderColor
Button.defaultButtonFollowsFocus
@@ -34,23 +37,27 @@ Button.disabledBackground
Button.disabledBorderColor
Button.disabledForeground
Button.disabledSelectedBackground
Button.disabledSelectedForeground
Button.disabledText
Button.endBackground
Button.endBorderColor
Button.focusInputMap
Button.focusedBackground
Button.focusedBorderColor
Button.focusedForeground
Button.font
Button.foreground
Button.highlight
Button.hoverBackground
Button.hoverBorderColor
Button.hoverForeground
Button.iconTextGap
Button.innerFocusWidth
Button.light
Button.margin
Button.minimumWidth
Button.pressedBackground
Button.pressedForeground
Button.rollover
Button.selectedBackground
Button.selectedForeground
@@ -59,10 +66,15 @@ Button.startBackground
Button.startBorderColor
Button.textIconGap
Button.textShiftOffset
Button.toolbar.disabledSelectedBackground
Button.toolbar.disabledSelectedForeground
Button.toolbar.hoverBackground
Button.toolbar.hoverForeground
Button.toolbar.margin
Button.toolbar.pressedBackground
Button.toolbar.pressedForeground
Button.toolbar.selectedBackground
Button.toolbar.selectedForeground
Button.toolbar.spacingInsets
ButtonUI
Caret.width
@@ -1001,17 +1013,21 @@ ToggleButton.border
ToggleButton.darkShadow
ToggleButton.disabledBackground
ToggleButton.disabledSelectedBackground
ToggleButton.disabledSelectedForeground
ToggleButton.disabledText
ToggleButton.focusInputMap
ToggleButton.focusedBackground
ToggleButton.focusedForeground
ToggleButton.font
ToggleButton.foreground
ToggleButton.highlight
ToggleButton.hoverBackground
ToggleButton.hoverForeground
ToggleButton.iconTextGap
ToggleButton.light
ToggleButton.margin
ToggleButton.pressedBackground
ToggleButton.pressedForeground
ToggleButton.rollover
ToggleButton.selectedBackground
ToggleButton.selectedForeground
@@ -1024,9 +1040,14 @@ ToggleButton.tab.underlineColor
ToggleButton.tab.underlineHeight
ToggleButton.textIconGap
ToggleButton.textShiftOffset
ToggleButton.toolbar.disabledSelectedBackground
ToggleButton.toolbar.disabledSelectedForeground
ToggleButton.toolbar.hoverBackground
ToggleButton.toolbar.hoverForeground
ToggleButton.toolbar.pressedBackground
ToggleButton.toolbar.pressedForeground
ToggleButton.toolbar.selectedBackground
ToggleButton.toolbar.selectedForeground
ToggleButtonUI
ToolBar.ancestorInputMap
ToolBar.arrowKeysOnlyNavigation