Skip to content

Commit

Permalink
Try: Improved tabbed sidebar styles (#61974)
Browse files Browse the repository at this point in the history
* Fix tabs indicator.

* Improve styles.

* Update after unified sidebar work.

Co-authored-by: DaniGuardiola <[email protected]>
Co-authored-by: tyxla <[email protected]>
Co-authored-by: jameskoster <[email protected]>
Co-authored-by: jasmussen <[email protected]>
Co-authored-by: richtabor <[email protected]>
Co-authored-by: afercia <[email protected]>
Co-authored-by: scruffian <[email protected]>
Co-authored-by: ciampo <[email protected]>
  • Loading branch information
9 people authored Aug 7, 2024
1 parent 50419e5 commit fd540c3
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions packages/block-editor/src/components/tabbed-sidebar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,7 @@
}

.block-editor-tabbed-sidebar__tablist {
box-sizing: border-box;
flex-grow: 1;
margin-bottom: -$border-width;
width: 100%;
}

.block-editor-tabbed-sidebar__tab {
flex-grow: 1;
margin-bottom: -$border-width;

&[id$="reusable"] {
flex-grow: inherit;
// These are to align the `reusable` icon with the search icon.
padding-left: $grid-unit-20;
padding-right: $grid-unit-20;
}
}

.block-editor-tabbed-sidebar__tabpanel {
Expand Down

0 comments on commit fd540c3

Please sign in to comment.