Skip to content

Commit

Permalink
Fix secondary button colour
Browse files Browse the repository at this point in the history
  • Loading branch information
ediblecode committed Aug 12, 2016
1 parent ba3c4eb commit e5f2d13
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions src/stylesheets/components/_components-buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,18 @@
background: get-colour(grey, x-light);
color: get-colour(grey, dark);

&[rel='external'] {
&::after {
color: get-colour(grey, dark);
}

&:hover {
&::after {
color: get-colour(grey, dark);
}
}
}

&:hover,
&:focus {
background: get-colour(grey, light);
Expand Down
2 changes: 1 addition & 1 deletion src/stylesheets/settings/_settings-colours.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ $palette-grey: (
/// @prop {Color} base [$colour-base-green] Base green
/// @prop {Color} dark [#449d44] Dark green
$palette-green: (
light: #1a9908,
light: #138a00,
base: $colour-base-green,
dark: #449d44
);
Expand Down

0 comments on commit e5f2d13

Please sign in to comment.