Skip to content

Commit cc6ca9a

Browse files
committed
Merge remote-tracking branch 'origin/MC-3900-button-handle' into cms-team-1-delivery
2 parents e9ea439 + f831ba0 commit cc6ca9a

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
@@ -34,7 +34,14 @@
3434
max-width: 100%;
3535
}
3636
}
37+
3738
&.pagebuilder-content-type-active {
39+
.pagebuilder-button-primary {
40+
.button-item-drag-handle {
41+
color: rgba(255, 255, 255, .8);
42+
}
43+
}
44+
3845
.button-item-drag-handle {
3946
color: @color-dark-gray0;
4047
cursor: move; /* fallback if grab cursor is unsupported */
@@ -61,7 +68,7 @@
6168
}
6269

6370
&.disabled {
64-
color: @color-light-gray;
71+
color: rgba(221, 221, 221, .4);
6572
cursor: not-allowed;
6673
}
6774
}

0 commit comments

Comments
 (0)