Skip to content

Commit 8702a36

Browse files
author
Hwashiang Yu
committed
MC-3984: Text Cursior shows on hover if banner is hidden
- Updated style to revert cursor if banner is hidden
1 parent 4ee4bd6 commit 8702a36

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,9 @@
8181
}
8282
}
8383
}
84+
85+
.pagebuilder-content-type-hidden {
86+
> .pagebuilder-banner {
87+
cursor: default;
88+
}
89+
}

0 commit comments

Comments
 (0)