Skip to content

Commit 782b696

Browse files
authored
fix: adjusted QR code mousedown border to prevent dialog size changing (#594)
* Adjusted QR code mousedown border to prevent dialog size changing * Removed QR code active border
1 parent fd9bbf5 commit 782b696

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

react/lib/components/Widget/Widget.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -375,10 +375,6 @@ export const Widget: React.FunctionComponent<WidgetProps> = props => {
375375
padding: '1rem',
376376
cursor: 'pointer',
377377
userSelect: 'none',
378-
'&:active': {
379-
borderWidth: '2px',
380-
margin: '-1px',
381-
},
382378
'& path': {
383379
opacity: base.loading ? 0 : base.success ? 0.35 : 1,
384380
color: base.theme.palette.secondary,

0 commit comments

Comments
 (0)