Bedrock: Make sure page navigation button has no underline on hover and focus states (#7618)

This commit is contained in:
Takashi Irie 2024-02-07 11:54:29 +00:00 committed by GitHub
parent 603f856497
commit 5e6ec4be80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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": {