Skip to content

Commit d2cf627

Browse files
Merge branch 'viewport-switcher' of github.com:magento/magento2-page-builder into 636-add-tooltip-with-viewport-label-description
2 parents ee6c184 + 383b51d commit d2cf627

File tree

1 file changed

+7
-0
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@
5959
opacity: 1;
6060
}
6161

62+
&:not([disabled]) {
63+
&:hover {
64+
background-color: #4a4542;
65+
opacity: 1;
66+
}
67+
}
68+
6269
img {
6370
height: 20px;
6471
width: 30px;

0 commit comments

Comments
 (0)