Skip to content

Commit

Permalink
Tweak the hover state styles and modal width.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Allen committed Apr 2, 2019
1 parent b3069e0 commit 7357a4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import FieldGuideItem from './components/FieldGuideItem'

const StyledBox = styled(Box)`
max-height: 415px;
max-width: 480px;
max-width: 490px;
overflow: auto;
`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ const StyledButton = styled(Button)`
&:hover, &:focus {
background: ${tint(0.5, zooTheme.global.colors.brand)};
}
&:disabled {
&:hover, &:focus {
background: ${zooTheme.global.colors.brand};
}
}
`

const StyledSpacedText = styled(SpacedText)`
Expand Down

0 comments on commit 7357a4e

Please sign in to comment.