Remove hover effect from plain titles
This is consisteng with Gutenberg editor behavior. [PREMIUM-215]
This commit is contained in:
@@ -5,6 +5,10 @@
|
|||||||
.components-panel__body-title.mailpoet-automation-panel-plain-body-title {
|
.components-panel__body-title.mailpoet-automation-panel-plain-body-title {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr auto;
|
grid-template-columns: 1fr auto;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mailpoet-automation-panel-plain-body-title-text {
|
.mailpoet-automation-panel-plain-body-title-text {
|
||||||
|
Reference in New Issue
Block a user