LearnNewsExamplesServices
Frontmatter
id5085
titlebuildScripts/createComponent: wrong root selectors for theme files
stateClosed
labels
bugstale
assigneesThorstenRaab
createdAtNov 6, 2023, 1:06 PM
updatedAtSep 12, 2024, 4:29 AM
githubUrlhttps://github.com/neomjs/neo/issues/5085
authortobiu
commentsCount2
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 12, 2024, 4:29 AM

buildScripts/createComponent: wrong root selectors for theme files

Closed v8.1.0 bugstale
tobiu
tobiu commented on Nov 6, 2023, 1:06 PM
:root .learnneo-theme-dark { // .learn-neo-view-home-content-component
        // add css theme information here
        --learn-neo-view-home-content-component-background-color: darkgreen; //example
}

it needs to be :root .neo-theme-dark

tobiu added the bug label on Nov 6, 2023, 1:06 PM
tobiu assigned to @ThorstenRaab on Nov 6, 2023, 1:06 PM