Add follow reference button for vanilla presets

This commit is contained in:
Misode
2021-11-21 03:49:46 +01:00
parent 08e5b36a62
commit 43d1b7dbcc
6 changed files with 29 additions and 5 deletions

View File

@@ -149,6 +149,18 @@
background-color: var(--node-background-hover);
}
.node-header a {
display: flex;
align-items: center;
font-size: 18px;
padding: 0 9px;
white-space: nowrap;
user-select: none;
cursor: pointer;
fill: var(--node-text);
background-color: var(--node-background-input);
}
.object-node > .node-header > .collapse {
cursor: pointer;
}