Skip to content

Commit

Permalink
feat(issue-views): Style add view button's hover state like tab (#77983)
Browse files Browse the repository at this point in the history
Makes the hover background of the add view button the same as the tabs 


https://github.com/user-attachments/assets/9a1fe232-5632-4b5e-8411-f1242dcbfd79
  • Loading branch information
MichaelSun48 committed Sep 23, 2024
1 parent f0e52ff commit 382ca4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions static/app/components/draggableTabs/draggableTabList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -508,10 +508,10 @@ const AddViewButton = styled(Button)`
display: flex;
color: ${p => p.theme.gray300};
font-weight: normal;
padding: ${space(0.5)} ${space(1)};
margin-bottom: 1px;
border: none;
bottom: -1px;
border-radius: ${p => `${p.theme.borderRadius} ${p.theme.borderRadius} 0 0`};
padding: ${space(1)} ${space(1)};
height: 31px;
line-height: 1.4;
`;

const StyledIconAdd = styled(IconAdd)`
Expand Down

0 comments on commit 382ca4e

Please sign in to comment.