From fd540c3dab11cae2f53f5f03ee60263d7f3ff51a Mon Sep 17 00:00:00 2001 From: Dani Guardiola Date: Wed, 7 Aug 2024 17:52:26 +0200 Subject: [PATCH] Try: Improved tabbed sidebar styles (#61974) * Fix tabs indicator. * Improve styles. * Update after unified sidebar work. Co-authored-by: DaniGuardiola Co-authored-by: tyxla Co-authored-by: jameskoster Co-authored-by: jasmussen Co-authored-by: richtabor Co-authored-by: afercia Co-authored-by: scruffian Co-authored-by: ciampo --- .../src/components/tabbed-sidebar/style.scss | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/packages/block-editor/src/components/tabbed-sidebar/style.scss b/packages/block-editor/src/components/tabbed-sidebar/style.scss index 374a012173e230..f7fba1c0003467 100644 --- a/packages/block-editor/src/components/tabbed-sidebar/style.scss +++ b/packages/block-editor/src/components/tabbed-sidebar/style.scss @@ -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 {