mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
fix(mobile): remove all focus style for link and button (#8208)
This commit is contained in:
@@ -162,6 +162,7 @@ export const Button = forwardRef<HTMLButtonElement, ButtonProps>(
|
||||
data-size={size}
|
||||
data-variant={variant}
|
||||
data-no-hover={withoutHover || undefined}
|
||||
data-mobile={environment.isMobileEdition}
|
||||
onClick={handleClick}
|
||||
>
|
||||
<IconSlot
|
||||
|
||||
Reference in New Issue
Block a user