Remove hover effect from plain titles

This is consisteng with Gutenberg editor behavior.

[PREMIUM-215]
This commit is contained in:
Jan Jakes
2023-01-11 09:34:41 +01:00
committed by Aschepikov
parent 17b79ee29f
commit 872bf07b25

View File

@ -5,6 +5,10 @@
.components-panel__body-title.mailpoet-automation-panel-plain-body-title {
display: grid;
grid-template-columns: 1fr auto;
&:hover {
background: none;
}
}
.mailpoet-automation-panel-plain-body-title-text {