mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Colors: removed Colors.transparent / black and white in favor of their direct shorthands
This commit is contained in:
@@ -84,7 +84,7 @@ Popup {
|
||||
property var popup: root
|
||||
|
||||
background: Rectangle {
|
||||
color: menuItem.hovered && menuItem.enabled ? Color.mHover : Color.transparent
|
||||
color: menuItem.hovered && menuItem.enabled ? Color.mHover : "transparent"
|
||||
radius: Style.iRadiusS
|
||||
|
||||
Behavior on color {
|
||||
|
||||
Reference in New Issue
Block a user