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

[5.x] Add dark mode support for list items #10172

Merged

Conversation

martyf
Copy link
Contributor

@martyf martyf commented May 23, 2024

The list items in the Update Release list items (resources/css/components/updater.css) do not support dark mode for their list item mark:
image

This PR addresses this:
image

Just like #10171, using dark: with a pseudo-element was not working, so the same approach is done here.

@peimn
Copy link
Contributor

peimn commented May 23, 2024

Please use the parent selector '&' to the right of the selecting element to keep the base code concise.

@peimn
Copy link
Contributor

peimn commented May 23, 2024

For dark mode, please choose colors from the dark colors list.

@jasonvarga jasonvarga merged commit dc1c17a into statamic:5.x May 23, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants