mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-02-02 11:17:39 +08:00
update
This commit is contained in:
parent
24fdff7e35
commit
29cee84edd
@ -48,9 +48,6 @@ T.MenuBarItem {
|
|||||||
radius: 3
|
radius: 3
|
||||||
color: {
|
color: {
|
||||||
if(control.highlighted){
|
if(control.highlighted){
|
||||||
return FluTheme.itemCheckColor
|
|
||||||
}
|
|
||||||
if(control.hovered){
|
|
||||||
return FluTheme.itemHoverColor
|
return FluTheme.itemHoverColor
|
||||||
}
|
}
|
||||||
return FluTheme.itemNormalColor
|
return FluTheme.itemNormalColor
|
||||||
|
@ -99,9 +99,9 @@ T.MenuItem {
|
|||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.margins: 3
|
anchors.margins: 3
|
||||||
radius: 4
|
radius: 4
|
||||||
color:{
|
color: {
|
||||||
if(control.highlighted){
|
if(control.highlighted){
|
||||||
return FluTheme.itemCheckColor
|
return FluTheme.itemHoverColor
|
||||||
}
|
}
|
||||||
return FluTheme.itemNormalColor
|
return FluTheme.itemNormalColor
|
||||||
}
|
}
|
||||||
|
@ -49,9 +49,6 @@ T.MenuBarItem {
|
|||||||
radius: 3
|
radius: 3
|
||||||
color: {
|
color: {
|
||||||
if(control.highlighted){
|
if(control.highlighted){
|
||||||
return FluTheme.itemCheckColor
|
|
||||||
}
|
|
||||||
if(control.hovered){
|
|
||||||
return FluTheme.itemHoverColor
|
return FluTheme.itemHoverColor
|
||||||
}
|
}
|
||||||
return FluTheme.itemNormalColor
|
return FluTheme.itemNormalColor
|
||||||
|
@ -100,9 +100,9 @@ T.MenuItem {
|
|||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.margins: 3
|
anchors.margins: 3
|
||||||
radius: 4
|
radius: 4
|
||||||
color:{
|
color: {
|
||||||
if(control.highlighted){
|
if(control.highlighted){
|
||||||
return FluTheme.itemCheckColor
|
return FluTheme.itemHoverColor
|
||||||
}
|
}
|
||||||
return FluTheme.itemNormalColor
|
return FluTheme.itemNormalColor
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user