Frontmatter
| id | 4698 |
| title | Neo.main.mixin.DeltaUpdates: du_updateNode() => support setting CSS vars on node level |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Aug 11, 2023, 12:12 PM |
| updatedAt | Aug 11, 2023, 12:13 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4698 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 11, 2023, 12:13 PM |

like a button handler doing:
handler: function (data) { let style = this.style; style['--button-text-color'] = 'red'; style.backgroundColor = '#eee !important'; this.updateStyle(style) },