From b5550835fca4f33728cc2c926e4f108fa9b4a998 Mon Sep 17 00:00:00 2001 From: Maciej Bodek Date: Wed, 11 Oct 2023 19:40:55 +0200 Subject: [PATCH] Remove the unnecessary outline --- packages/web-console/src/components/ToggleButton/index.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/web-console/src/components/ToggleButton/index.tsx b/packages/web-console/src/components/ToggleButton/index.tsx index c0a14e751..99442f915 100644 --- a/packages/web-console/src/components/ToggleButton/index.tsx +++ b/packages/web-console/src/components/ToggleButton/index.tsx @@ -88,10 +88,6 @@ const getTheme = (normal: ThemeShape, hover: ThemeShape) => css` background: ${color(normal.background)}; - &:focus { - box-shadow: inset 0 0 0 1px ${color("foreground")}; - } - &:hover:not([disabled]) { background: ${color(hover.background)}; opacity: 1;