Skip to content

Commit

Permalink
Clean up styles
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed May 19, 2022
1 parent 91d62b4 commit c8ee552
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/block-library/src/cover/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
&.is-placeholder {
min-height: auto !important;
padding: 0 !important;
overflow: visible;

// Resizable placeholder for placeholder.
.block-library-cover__resize-container {
Expand Down Expand Up @@ -83,11 +84,6 @@
min-height: 50px;
}

// .block-library-cover__resize-container:not(.is-resizing) {
// // Important is used to have higher specificity than the inline style set by re-resizable library.
// height: auto !important;
// }

// When uploading background images, show a transparent overlay.
.wp-block-cover > .components-drop-zone .components-drop-zone__content {
opacity: 0.8 !important;
Expand Down

0 comments on commit c8ee552

Please sign in to comment.