From 6a48beb0586b4938b2d5b861bbd1c67d9c999dfe Mon Sep 17 00:00:00 2001 From: Takashi Irie Date: Fri, 19 Jan 2024 19:40:41 +0000 Subject: [PATCH] Bedrock: Make sure page navigation button has no underline on hover and focus states --- bedrock/theme.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bedrock/theme.json b/bedrock/theme.json index 2f5cf7e991..a7898faff2 100644 --- a/bedrock/theme.json +++ b/bedrock/theme.json @@ -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": {