mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-02 18:42:04 +00:00
Colors: 2 news colors, mHover+mOnHover - autocomputed. Using them for all hovers instead of mTertiary.
This commit is contained in:
+2
-2
@@ -608,7 +608,7 @@ Loader {
|
||||
anchors.fill: parent
|
||||
anchors.margins: 0
|
||||
color: Color.transparent
|
||||
border.color: Color.mTertiary
|
||||
border.color: Color.mPrimary
|
||||
border.width: Style.borderM
|
||||
radius: Style.radiusL
|
||||
visible: panelBackground.isDragged && dragHandler.active
|
||||
@@ -620,7 +620,7 @@ Loader {
|
||||
anchors.fill: parent
|
||||
anchors.margins: 0
|
||||
color: Color.transparent
|
||||
border.color: Color.mTertiary
|
||||
border.color: Color.mPrimary
|
||||
border.width: Style.borderS
|
||||
radius: Style.radiusL
|
||||
opacity: 0.3
|
||||
|
||||
Reference in New Issue
Block a user