Skip to content

Commit

Permalink
Remove the unnecessary outline
Browse files Browse the repository at this point in the history
  • Loading branch information
insmac committed Oct 11, 2023
1 parent 9d54253 commit b555083
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/web-console/src/components/ToggleButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ const getTheme = (normal: ThemeShape, hover: ThemeShape) =>
css<Props>`
background: ${color(normal.background)};
&:focus {
box-shadow: inset 0 0 0 1px ${color("foreground")};
}
&:hover:not([disabled]) {
background: ${color(hover.background)};
opacity: 1;
Expand Down

0 comments on commit b555083

Please sign in to comment.