Skip to content

Commit 95182c7

Browse files
committed
[fix] Weird Safari visual bug
1 parent dda6598 commit 95182c7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.styles.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ export const euiCollapsibleNavAccordionStyles = (
5252
outline: none;
5353
}
5454
}
55+
56+
/* Weird workaround for Safari showing a strange focus ring bump around the arrow */
57+
overflow: hidden;
5558
}
5659
5760
.euiAccordion__buttonContent {

0 commit comments

Comments
 (0)