Skip to content

Commit

Permalink
Hide vertical indicator for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniGuardiola committed May 23, 2024
1 parent bed8a36 commit f0b896b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/components/src/tabs/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ export const TabListWrapper = styled.div`
${ COLORS.theme.accent };
}
&[aria-orientation='vertical']::after {
/* Temporarily hidden, context: https://github.com/WordPress/gutenberg/pull/60560#issuecomment-2126670072 */
opacity: 0;
right: 0;
top: var( --indicator-top );
height: var( --indicator-height );
Expand Down

0 comments on commit f0b896b

Please sign in to comment.