瀏覽代碼

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

Takashi Irie 1 年之前
父節點
當前提交
5e6ec4be80
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      bedrock/theme.json

+ 6 - 0
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": {