mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix(ntabbutton): dont force full transparent
This commit is contained in:
@@ -33,7 +33,7 @@ Rectangle {
|
||||
topRightRadius: isLast ? Style.iRadiusM : Style.iRadiusXXXS
|
||||
bottomRightRadius: isLast ? Style.iRadiusM : Style.iRadiusXXXS
|
||||
|
||||
color: root.isHovered ? Color.mHover : (root.checked ? Color.mPrimary : "transparent")
|
||||
color: root.isHovered ? Color.mHover : (root.checked ? Color.mPrimary : Color.smartAlpha(Color.mSurface))
|
||||
border.color: root.checked ? Color.mPrimary : Color.mOutline
|
||||
border.width: Style.borderS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user