Skip to content

Commit

Permalink
Fix styling on split save button
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndsiWilliams committed Jul 29, 2022
1 parent 76375a8 commit a8ef2ea
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,13 @@ export default function SaveDatasetActionButton({
&:first-of-type {
width: ${theme.gridUnit * 16}px;
}
font-weight: ${theme.gridUnit * 150};
background-color: ${theme.colors.primary.light4};
color: ${theme.colors.primary.dark1};
&:nth-child(2) {
&:before,
&:hover:before {
border-left: 1px solid ${theme.colors.primary.dark2};
border-left: 2px solid ${theme.colors.primary.dark2};
}
}
}
Expand Down

0 comments on commit a8ef2ea

Please sign in to comment.