Overwrite Gutenberg link button hover/visited styles.

This commit is contained in:
Steven Dufresne 2020-04-25 01:51:52 +09:00 committed by GitHub
parent 2d8932cbd5
commit ba529d54f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.