فهرست منبع

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