Skip to content

Commit

Permalink
fix(custom-views): Align hover state of overflow menu with add view b…
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSun48 committed Sep 13, 2024
1 parent 3e11dd5 commit 75bb760
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions static/app/components/draggableTabs/draggableTabList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,10 @@ const MotionWrapper = styled(motion.div)`
`;

const OverflowMenuTrigger = styled(DropdownButton)`
padding-left: ${space(1)};
padding-right: ${space(1)};
padding: ${space(0.5)} ${space(0.75)};
border: none;
& > span {
height: 26px;
}
`;

0 comments on commit 75bb760

Please sign in to comment.