We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9bbf5 commit 782b696Copy full SHA for 782b696
1 file changed
react/lib/components/Widget/Widget.tsx
@@ -375,10 +375,6 @@ export const Widget: React.FunctionComponent<WidgetProps> = props => {
375
padding: '1rem',
376
cursor: 'pointer',
377
userSelect: 'none',
378
- '&:active': {
379
- borderWidth: '2px',
380
- margin: '-1px',
381
- },
382
'& path': {
383
opacity: base.loading ? 0 : base.success ? 0.35 : 1,
384
color: base.theme.palette.secondary,
0 commit comments