Browse Source

built all BCB children

Jason Crist 4 năm trước cách đây
mục cha
commit
50531e405e

+ 4 - 1
mayland-blocks/experimental-theme.json

@@ -62,9 +62,12 @@
 			"button": {
 				"border": {
 					"color": "var(--wp--custom--button--color--text)",
+					"hoverColor": "transparent",
 					"radius": "4px",
 					"style": "solid",
-					"width": "0"
+					"hoverStyle": "solid",
+					"width": "0",
+					"hoverWidth": "0"
 				},
 				"color": {
 					"background": "var(--wp--custom--color--secondary)",

+ 4 - 1
seedlet-blocks/experimental-theme.json

@@ -100,9 +100,12 @@
 			"button": {
 				"border": {
 					"color": "var(--wp--custom--button--color--text)",
+					"hoverColor": "transparent",
 					"radius": "4px",
 					"style": "solid",
-					"width": "0"
+					"hoverStyle": "solid",
+					"width": "0",
+					"hoverWidth": "0"
 				},
 				"color": {
 					"background": "var(--wp--custom--color--secondary)",