Skip to content

Commit

Permalink
Remove style overrides from preferences menu in the block editor.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniGuardiola committed Jun 26, 2024
1 parent e653eda commit 3fc6096
Showing 1 changed file with 0 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,6 @@ $vertical-tabs-width: 160px;
// Aligns button text instead of button box.
left: $grid-unit-20;
width: $vertical-tabs-width;

&::after {
content: none !important;
}
}

.preferences__tabs-tab {
border-radius: $radius-block-ui;
font-weight: 400;

&[aria-selected="true"] {
background: $gray-100;
box-shadow: none;
font-weight: 500;
}

&[role="tab"]:focus:not(:disabled) {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
// Windows high contrast mode.
outline: 2px solid transparent;
}

&:focus-visible::before {
content: none;
}
}

.preferences__tabs-tabpanel {
Expand Down

0 comments on commit 3fc6096

Please sign in to comment.