mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 11:17:15 +08:00
Merge branch 'main' of https://github.com/zhuzichu520/FluentUI
This commit is contained in:
commit
4ec772fff2
@ -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