Quellcode durchsuchen

built all BCB children

Jason Crist vor 4 Jahren
Ursprung
Commit
50531e405e
2 geänderte Dateien mit 8 neuen und 2 gelöschten Zeilen
  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)",