mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-06 02:45:43 +03:00
Overwrite Gutenberg link button hover/visited
styles.
This commit is contained in:
parent
2d8932cbd5
commit
ba529d54f7
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue