Browse Source

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

Takashi Irie 1 năm trước cách đây
mục cha
commit
5e6ec4be80
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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": {