Bedrock: Make sure page navigation button has no underline on hover and focus states (#7618)
This commit is contained in:
parent
603f856497
commit
5e6ec4be80
1 changed files with 6 additions and 0 deletions
|
@ -544,12 +544,18 @@
|
|||
"color": {
|
||||
"background": "var(--wp--preset--color--accent-two)",
|
||||
"text": "var(--wp--preset--color--accent-three)"
|
||||
},
|
||||
"typography": {
|
||||
"textDecoration": "none"
|
||||
}
|
||||
},
|
||||
":hover": {
|
||||
"color": {
|
||||
"background": "var(--wp--preset--color--accent-two)",
|
||||
"text": "var(--wp--preset--color--accent-three)"
|
||||
},
|
||||
"typography": {
|
||||
"textDecoration": "none"
|
||||
}
|
||||
},
|
||||
"border": {
|
||||
|
|
Loading…
Reference in a new issue