LearnNewsExamplesServices
Frontmatter
id4698
titleNeo.main.mixin.DeltaUpdates: du_updateNode() => support setting CSS vars on node level
stateClosed
labels
enhancement
assigneestobiu
createdAtAug 11, 2023, 12:12 PM
updatedAtAug 11, 2023, 12:13 PM
githubUrlhttps://github.com/neomjs/neo/issues/4698
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtAug 11, 2023, 12:13 PM

Neo.main.mixin.DeltaUpdates: du_updateNode() => support setting CSS vars on node level

Closed v8.1.0 enhancement
tobiu
tobiu commented on Aug 11, 2023, 12:12 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)
},
tobiu added the enhancement label on Aug 11, 2023, 12:12 PM
tobiu assigned to @tobiu on Aug 11, 2023, 12:12 PM
tobiu referenced in commit c99a93b - "Neo.main.mixin.DeltaUpdates: du_updateNode() => support setting CSS vars on node level #4698" on Aug 11, 2023, 12:13 PM
tobiu
tobiu Aug 11, 2023, 12:13 PM
Screenshot 2023-08-11 at 12 12 59
tobiu closed this issue on Aug 11, 2023, 12:13 PM