Skip to content

Commit 383b51d

Browse files
Merge pull request #671 from yolouiese/636-responsive-breakpoint-switcher-viewport-icons
#636: Responsive breakpoint switcher - fixed viewport icons styling
2 parents 4693da6 + 969fda6 commit 383b51d

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)