Skip to content

Commit

Permalink
fix: update action block interactive states to switch out colors prop…
Browse files Browse the repository at this point in the history
…erly in CSS Vars fallback
  • Loading branch information
sghoweri committed Sep 5, 2018
1 parent 53c52ae commit d4d09d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/bolt-action-blocks/src/action-blocks.scss
Expand Up @@ -48,7 +48,7 @@ $bolt-action-block-background: bolt-color(indigo, light);
&:hover,
&:active,
&:focus {
color: bolt-text-contrast($bolt-action-block-background);
color: bolt-theme(secondary);
}

&:before {
Expand Down Expand Up @@ -174,6 +174,6 @@ bolt-action-blocks {
.c-bolt-action-block:focus &,
.c-bolt-action-block:hover &,
.c-bolt-action-block:active & {
color: bolt-text-contrast($bolt-action-block-background);
color: bolt-theme(secondary);
}
}

0 comments on commit d4d09d7

Please sign in to comment.