Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Light / Dark toggle misses some UI components #3

Open
NiloCK opened this issue Jul 4, 2024 · 1 comment
Open

Light / Dark toggle misses some UI components #3

NiloCK opened this issue Jul 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@NiloCK
Copy link

NiloCK commented Jul 4, 2024

See, eg, https://app.pentive.com/templates.

Toggle from light to dark - works as expected.
Toggle again from dark to light - some components remain dark.

Light:
image

Dark:
image

Mishmash:
image

@AlexErrant
Copy link
Owner

Ah yeah that's occurring in the Golden Layout part of the UI. I'm importing Golden Layout's CSS like this. I'm not entirely sure how to "unload" a CSS file once it's been imported... >_>

I plan on (probably) switching to Dockview eventually since it seems better maintained; it seems like theming will work more easily for me there:

<body classname="dockview-theme-dark"></body>

No ETA on this move; I'm trying to get this proj to the point where it's actually useable (it currently ain't).

@AlexErrant AlexErrant added the bug Something isn't working label Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants