We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28989a6 commit b06bb55Copy full SHA for b06bb55
app/code/Magento/PageBuilder/view/adminhtml/web/css/source/_buttons.less
@@ -10,6 +10,7 @@
10
@pagebuilder-button__margin: 0 10px 10px 0;
11
@pagebuilder-button__font-size: 18px;
12
@pagebuilder-button__line-height: @pagebuilder-button__font-size + 4;
13
+@color-pagebuilder-switcher-light-gray: #4a4542
14
15
.pagebuilder-button-primary {
16
.lib-link-as-button();
@@ -61,7 +62,7 @@
61
62
63
&:not([disabled]) {
64
&:hover {
- background-color: #4a4542;
65
+ background-color: @color-pagebuilder-switcher-light-gray;
66
opacity: 1;
67
}
68
0 commit comments