Skip to content

Commit

Permalink
Merge pull request #1212 from cozy/ghost-style
Browse files Browse the repository at this point in the history
feat: Update ghost button style
  • Loading branch information
y-lohse authored Oct 22, 2019
2 parents 89be9a3 + 88dfba3 commit 69fe801
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions stylus/components/button.styl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ regularTheme = {
primaryColor: var(--dodgerBlue), secondaryColor: var(--dodgerBlue), activeColor: var(--scienceBlue), contrastColor: var(--white)
}
ghostTheme = {
primaryColor: var(--hawkesBlue), secondaryColor: var(--primaryColor), activeColor: var(--hawkesBlue), contrastColor: var(--primaryColor)
primaryColor: var(--zircon), secondaryColor: var(--frenchPass), activeColor: var(--frenchPass), contrastColor: var(--dodgerBlue)
}
highlightTheme = {
primaryColor: var(--emerald), secondaryColor: var(--emerald), activeColor: var(--malachite), contrastColor: var(--white)
Expand Down Expand Up @@ -113,11 +113,6 @@ $button--ghost
themedBtn(ghostTheme)
border-style dashed

&:active
&:hover
&:focus
border-color: var(--primaryColor)

$button--highlight
themedBtn(highlightTheme)

Expand Down

0 comments on commit 69fe801

Please sign in to comment.