mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-03-14 07:59:41 +08:00
update
This commit is contained in:
parent
24fdff7e35
commit
29cee84edd
@ -48,9 +48,6 @@ T.MenuBarItem {
|
||||
radius: 3
|
||||
color: {
|
||||
if(control.highlighted){
|
||||
return FluTheme.itemCheckColor
|
||||
}
|
||||
if(control.hovered){
|
||||
return FluTheme.itemHoverColor
|
||||
}
|
||||
return FluTheme.itemNormalColor
|
||||
|
@ -101,7 +101,7 @@ T.MenuItem {
|
||||
radius: 4
|
||||
color: {
|
||||
if(control.highlighted){
|
||||
return FluTheme.itemCheckColor
|
||||
return FluTheme.itemHoverColor
|
||||
}
|
||||
return FluTheme.itemNormalColor
|
||||
}
|
||||
|
@ -49,9 +49,6 @@ T.MenuBarItem {
|
||||
radius: 3
|
||||
color: {
|
||||
if(control.highlighted){
|
||||
return FluTheme.itemCheckColor
|
||||
}
|
||||
if(control.hovered){
|
||||
return FluTheme.itemHoverColor
|
||||
}
|
||||
return FluTheme.itemNormalColor
|
||||
|
@ -102,7 +102,7 @@ T.MenuItem {
|
||||
radius: 4
|
||||
color: {
|
||||
if(control.highlighted){
|
||||
return FluTheme.itemCheckColor
|
||||
return FluTheme.itemHoverColor
|
||||
}
|
||||
return FluTheme.itemNormalColor
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user