diff --git a/src/components/resizable_container/resizable_button.styles.ts b/src/components/resizable_container/resizable_button.styles.ts index 6c574636719..560e09d140e 100644 --- a/src/components/resizable_container/resizable_button.styles.ts +++ b/src/components/resizable_container/resizable_button.styles.ts @@ -130,7 +130,8 @@ export const euiResizableButtonStyles = (euiThemeContext: UseEuiTheme) => { /* 1 */ &:hover, - &:focus { + &:focus, + &:active { gap: 0; }