diff --git a/src/webviews/apps/shared/components/repo-button-group.ts b/src/webviews/apps/shared/components/repo-button-group.ts index 811432413fdc2..791178a5c6592 100644 --- a/src/webviews/apps/shared/components/repo-button-group.ts +++ b/src/webviews/apps/shared/components/repo-button-group.ts @@ -64,6 +64,9 @@ export class GlRepoButtonGroup extends GlElement { transition: max-width 0.3s cubic-bezier(0.25, 1, 0.5, 1); } */ + :host([expandable]:not(:hover, :focus-within)) .truncated-button .picker-icon::before { + visibility: hidden; + } :host([expandable]:not(:hover, :focus-within)) .truncated-button { min-width: 0; max-width: 0;