mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 11:17:15 +08:00
Merge pull request #316 from imaben/hotfix-pivot-style
optimize style for FluPivot
This commit is contained in:
commit
483c5f8e09
@ -68,7 +68,7 @@ Page {
|
|||||||
font.pixelSize: control.textSize
|
font.pixelSize: control.textSize
|
||||||
font.bold: control.textBold
|
font.bold: control.textBold
|
||||||
color: {
|
color: {
|
||||||
if(item_button.hovered)
|
if(item_button.hovered || nav_list.currentIndex === index)
|
||||||
return textHoverColor
|
return textHoverColor
|
||||||
return textNormalColor
|
return textNormalColor
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user