Don't use highlightedTextColor for TabButtons
PC2 didn't do that and it doesn't look good with Breeze
This commit is contained in:
parent
0f96187bfa
commit
b382bca34c
@ -57,7 +57,6 @@ T.TabButton {
|
|||||||
text: control.Kirigami.MnemonicData.richTextLabel
|
text: control.Kirigami.MnemonicData.richTextLabel
|
||||||
font: control.font
|
font: control.font
|
||||||
opacity: enabled || control.highlighted || control.checked ? 1 : 0.4
|
opacity: enabled || control.highlighted || control.checked ? 1 : 0.4
|
||||||
color: control.activeFocus && !control.down ? theme.highlightedTextColor : theme.buttonTextColor
|
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
Loading…
Reference in New Issue
Block a user