Add in hover & visited styles for link buttons to stop global gutenberg styles from being applied.

This commit is contained in:
dufresnesteven 2020-04-23 13:45:11 +09:00
parent 2d8932cbd5
commit ed860076ff
2 changed files with 6 additions and 1 deletions

View file

@ -10,6 +10,11 @@
background: none;
color: $color__link-button;
text-decoration: none;
&:hover,
&:visited {
color: $color__link-button;
}
}
// Add "danger" button styles, red text on grey background.