Skip to content

Commit

Permalink
Fix: Remove unused typography panel styles. (WordPress#62295)
Browse files Browse the repository at this point in the history
Co-authored-by: jorgefilipecosta <[email protected]>
  • Loading branch information
jorgefilipecosta and jorgefilipecosta authored Jun 5, 2024
1 parent 0d09775 commit 06198d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
font-weight: 500;
}

.edit-site-typography-panel,
.edit-site-global-styles-sidebar .block-editor-panel-color-gradient-settings {
border: 0;
}
Expand Down
5 changes: 0 additions & 5 deletions packages/edit-site/src/components/global-styles/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
overflow: hidden;
}

.edit-site-typography-panel__full-width-control {
grid-column: 1 / -1;
max-width: 100%;
}

.edit-site-global-styles-screen {
margin: $grid-unit-15 $grid-unit-20 $grid-unit-20;
}
Expand Down

0 comments on commit 06198d1

Please sign in to comment.