diff --git a/react/lib/components/Widget/Widget.tsx b/react/lib/components/Widget/Widget.tsx index 56708093..a6cdc156 100644 --- a/react/lib/components/Widget/Widget.tsx +++ b/react/lib/components/Widget/Widget.tsx @@ -375,10 +375,6 @@ export const Widget: React.FunctionComponent = props => { padding: '1rem', cursor: 'pointer', userSelect: 'none', - '&:active': { - borderWidth: '2px', - margin: '-1px', - }, '& path': { opacity: base.loading ? 0 : base.success ? 0.35 : 1, color: base.theme.palette.secondary,