Skip to content

Commit

Permalink
chore(release): merge in release v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matticbot committed Oct 11, 2024
2 parents 5e6a226 + f834b6c commit bc70c76
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/blocks/tabs/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,17 @@
.wp-block-paragraph[data-empty="true"]
+ .block-list-appender
)
)
.block-list-appender {
display: flex;
flex-direction: row-reverse;
margin: 0;
position: relative;
) {
> *:first-child {
margin-top: 0;
padding-top: 10px;
}
.block-list-appender {
display: flex;
flex-direction: row-reverse;
margin: 0;
position: relative;
}
}

& .wp-block-paragraph.is-selected + .block-list-appender {
Expand Down Expand Up @@ -131,11 +136,6 @@
}
}

.wp-block[data-type="newspack/tabs-item"] + .block-list-appender,
.block-editor-block-list__block-side-inserter-popover[style*="top: 0px"] {
display: none;
}

.wp-block[data-type="newspack/tabs-item"] + .block-list-appender {
display: none !important;
}
Expand Down

0 comments on commit bc70c76

Please sign in to comment.