Skip to content

Commit 13b79d1

Browse files
committed
#514: User sees content snapshot on Category Page in Admin Panel - Align overlay colors.
1 parent 49b58e2 commit 13b79d1

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/_page-builder.less

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
// * See COPYING.txt for license details.
44
// */
55

6-
@border-size: 2px;
7-
@wysiwyg-overlay-background: #0078f9;
8-
@wysiwyg-overlay-border: #4181e4;
9-
106
.pagebuilder-header {
117
opacity: 0;
128
text-align: right;
@@ -193,8 +189,8 @@
193189
}
194190

195191
&._hover {
196-
background-color: fade(@wysiwyg-overlay-background, 8%);
197-
border-color: @wysiwyg-overlay-border;
192+
background-color: fade(@color-pagebuilder-blue, 10%);
193+
border-color: @color-pagebuilder-blue;
198194
transform: translateY(0);
199195
}
200196

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/_var.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
@color-pagebuilder-light-gray: #f8f3eb;
3535
@color-pagebuilder-darker-gray: #2b2625;
3636
@color-pagebuilder-darkest-gray: #1c1918;
37+
@color-pagebuilder-blue: #1473E6;
3738
@color-pagebuilder-light-blue: #bfe2f0;
3839
@placeholder-background: #dff7ff;
3940
@placeholder-outline: #c0dffa;

0 commit comments

Comments
 (0)