Skip to content

Commit b06bb55

Browse files
magento2/magento2-page-builder#636: Responsive breakpoint switcher
- fix static test
1 parent 28989a6 commit b06bb55

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
@pagebuilder-button__margin: 0 10px 10px 0;
1111
@pagebuilder-button__font-size: 18px;
1212
@pagebuilder-button__line-height: @pagebuilder-button__font-size + 4;
13+
@color-pagebuilder-switcher-light-gray: #4a4542
1314

1415
.pagebuilder-button-primary {
1516
.lib-link-as-button();
@@ -61,7 +62,7 @@
6162

6263
&:not([disabled]) {
6364
&:hover {
64-
background-color: #4a4542;
65+
background-color: @color-pagebuilder-switcher-light-gray;
6566
opacity: 1;
6667
}
6768
}

0 commit comments

Comments
 (0)