Jason Crist пре 4 година
родитељ
комит
50531e405e
2 измењених фајлова са 8 додато и 2 уклоњено
  1. 4 1
      mayland-blocks/experimental-theme.json
  2. 4 1
      seedlet-blocks/experimental-theme.json

+ 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)",