mirror of
https://github.com/zoriya/flood.git
synced 2026-05-29 09:41:49 +00:00
Tooltip: disable outline of focused button
This commit is contained in:
@@ -402,6 +402,11 @@ class Tooltip extends Component<TooltipProps, TooltipStates> {
|
||||
return (
|
||||
<div
|
||||
className={wrapperClassName}
|
||||
css={{
|
||||
':focus': {
|
||||
outline: 'none',
|
||||
},
|
||||
}}
|
||||
role="button"
|
||||
tabIndex={0}
|
||||
onClick={onClick}
|
||||
|
||||
Reference in New Issue
Block a user