Skip to content

Commit

Permalink
Remove the beta label from global styles header (#44251)
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz authored Sep 20, 2022
1 parent 458c214 commit 102a532
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ export default function GlobalStylesSidebar() {
<Flex>
<FlexBlock>
<strong>{ __( 'Styles' ) }</strong>
<span className="edit-site-global-styles-sidebar__beta">
{ __( 'Beta' ) }
</span>
</FlexBlock>
<FlexItem>
<DropdownMenu
Expand Down
3 changes: 1 addition & 2 deletions packages/edit-site/src/components/sidebar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@
padding: $grid-unit-20;
}

.edit-site-navigation-sidebar__beta,
.edit-site-global-styles-sidebar__beta {
.edit-site-navigation-sidebar__beta {
display: inline-flex;
margin-left: $grid-unit-10;
padding: 0 $grid-unit-10;
Expand Down

0 comments on commit 102a532

Please sign in to comment.