Skip to content

Commit 17f3c74

Browse files
committed
Merge branch 'MC-1405' of github.com:magento-trigger/magento2-page-builder into MC-1405
2 parents 0a668f6 + 2e3bfd5 commit 17f3c74

File tree

1 file changed

+14
-0
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/block

1 file changed

+14
-0
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/block/_default.less

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,17 @@
4747
}
4848
}
4949
}
50+
51+
.pagebuilder-content-type-hidden {
52+
> .pagebuilder-block.pagebuilder-content-type {
53+
&:before {
54+
opacity: 0;
55+
visibility: hidden;
56+
}
57+
58+
&:hover:before {
59+
opacity: 1;
60+
visibility: visible;
61+
}
62+
}
63+
}

0 commit comments

Comments
 (0)