mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove border on dropdown which causes UI to move around
This commit is contained in:
parent
099cf57051
commit
1c9161a105
1 changed files with 0 additions and 4 deletions
|
|
@ -59,10 +59,6 @@ const DropdownMenuTrigger = styled(DropdownMenuPrimitive.Trigger, {
|
|||
border: 0,
|
||||
padding: 0,
|
||||
marginRight: '$2',
|
||||
'&[data-state="open"]': {
|
||||
border: '2px solid $omnivoreYellow',
|
||||
borderRadius: 6,
|
||||
},
|
||||
})
|
||||
const Box = styled('div', {})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue