mirror of
https://github.com/wassname/talk.git
synced 2026-07-26 13:37:38 +08:00
Disable hover styling for touches
This commit is contained in:
@@ -52,7 +52,7 @@ class Button extends React.Component<InnerProps> {
|
||||
return (
|
||||
<BaseButton
|
||||
className={rootClassName}
|
||||
classes={pick(classes, "keyboardFocus")}
|
||||
classes={pick(classes, "keyboardFocus", "mouseHover")}
|
||||
{...rest}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user