Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
chad1008 committed Dec 14, 2023
1 parent d0a153f commit 80e6708
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions packages/edit-post/src/components/secondary-sidebar/style.scss
Expand Up @@ -25,21 +25,18 @@
background: $white;
}

// The TabPanel style overrides in the following blocks should be removed when the new TabPanel is available.
.components-tab-panel__tabs {
[role="tablist"] {
border-bottom: $border-width solid $gray-300;
box-sizing: border-box;
display: flex;
width: 100%;
padding-right: $grid-unit-70;
box-sizing: border-box;

.edit-post-sidebar__panel-tab {
[role="tab"] {
width: 50%;
margin-bottom: -$border-width;
}
}

.components-tab-panel__tab-content {
[role="tabpanel"] {
height: calc(100% - #{$grid-unit-60 - $border-width});
}
}
Expand Down

0 comments on commit 80e6708

Please sign in to comment.