Skip to content

Commit

Permalink
Fix Safari visual bug when dragging but not hovered directly over button
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Jan 10, 2024
1 parent fa0cd4f commit 9e5c42a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ export const euiResizableButtonStyles = (euiThemeContext: UseEuiTheme) => {
/* 1 */
&:hover,
&:focus {
&:focus,
&:active {
gap: 0;
}
Expand Down

0 comments on commit 9e5c42a

Please sign in to comment.