Skip to content

Commit

Permalink
[DEV-11334] Added hover color to block button
Browse files Browse the repository at this point in the history
  • Loading branch information
fgyimah committed Aug 11, 2023
1 parent ff0a072 commit c9a829a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions components/ContentRenderer/ContentRenderer.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,19 @@ $avatar-size: 60px;
background-color: var(--prezly-accent-color);
color: $color-base-white;

&:hover,
&:active {
background-color: var(--prezly-accent-color-darkest);
}

&--outlined {
background-color: $color-base-white;
color: $color-base-600;

&:hover {
background-color: $color-base-50;
border-color: $color-base-200;
}
}
}
/* stylelint-enable selector-class-pattern, max-nesting-depth, selector-max-compound-selectors */
Expand Down

0 comments on commit c9a829a

Please sign in to comment.