Skip to content

Commit 24e758e

Browse files
committed
Merge remote-tracking branch 'origin/MC-3900-button-handle' into pagebuilder-delivery
2 parents 82f562d + 1131293 commit 24e758e

File tree

1 file changed

+8
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/button-item

1 file changed

+8
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/button-item/_default.less

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,14 @@
3636
max-width: 100%;
3737
}
3838
}
39+
3940
&.pagebuilder-content-type-active {
41+
.pagebuilder-button-primary {
42+
.button-item-drag-handle {
43+
color: rgba(255, 255, 255, .8);
44+
}
45+
}
46+
4047
.button-item-drag-handle {
4148
color: @color-dark-gray0;
4249
cursor: move; /* fallback if grab cursor is unsupported */
@@ -63,7 +70,7 @@
6370
}
6471

6572
&.disabled {
66-
color: @color-light-gray;
73+
color: rgba(221, 221, 221, .4);
6774
cursor: not-allowed;
6875
}
6976
}

0 commit comments

Comments
 (0)