Workflow fixes

This commit is contained in:
Frikky
2024-11-30 14:42:34 +01:00
parent cf7d744273
commit fd79033424
4 changed files with 147 additions and 20 deletions
+1 -6
View File
@@ -156,11 +156,6 @@ const data = [
"background-gradient-stop-colors": "data(fillGradient)",
},
},
{
selector: `node[?parent_controlled]`,
css: {
},
},
{
selector: `node[app_name="Testing"]`,
css: {
@@ -300,7 +295,7 @@ const data = [
{
selector: "node[!is_valid]",
css: {
"border-color": "red",
"border-color": "#f53434",
"border-width": "10px",
},
},