mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
feat(launcher): trying a less boxy look
This commit is contained in:
@@ -30,7 +30,7 @@ Item {
|
||||
id: gridEntry
|
||||
anchors.fill: parent
|
||||
anchors.margins: Style.marginXXS
|
||||
color: gridEntryContainer.isSelected ? Color.mHover : Color.mSurfaceVariant
|
||||
color: gridEntryContainer.isSelected ? Color.mHover : "transparent"
|
||||
forceOpaque: gridEntryContainer.isSelected
|
||||
|
||||
Behavior on color {
|
||||
|
||||
@@ -18,7 +18,7 @@ NBox {
|
||||
width: ListView.view.width
|
||||
implicitHeight: launcher.entryHeight
|
||||
clip: true
|
||||
color: entry.isSelected ? Color.mHover : Color.mSurfaceVariant
|
||||
color: entry.isSelected ? Color.mHover : "transparent"
|
||||
forceOpaque: entry.isSelected
|
||||
|
||||
// Prepare item when it becomes visible (e.g., decode images)
|
||||
|
||||
Reference in New Issue
Block a user