mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Dont display focus on the dropdown
This commit is contained in:
parent
05b8a96f33
commit
4cf8744ced
1 changed files with 3 additions and 0 deletions
|
|
@ -35,6 +35,9 @@ const DropdownTrigger = styled(Trigger, {
|
|||
'&:hover': {
|
||||
opacity: 0.7,
|
||||
},
|
||||
'&:focus': {
|
||||
outline: 'none',
|
||||
},
|
||||
})
|
||||
|
||||
const StyledTriggerItem = styled(TriggerItem, {
|
||||
|
|
|
|||
Loading…
Reference in a new issue