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

Add checkmark to select explainer #1059

Merged
merged 1 commit into from
May 29, 2024
Merged

Conversation

josepharhar
Copy link
Collaborator

Fixes #863

@lukewarlow
Copy link
Collaborator

I'm interested to here the reasoning for why ::before is easy but ::marker is hard?

@josepharhar
Copy link
Collaborator Author

As it's currently implemented in chromium, setting display isn't allowed on ::marker I think. There also might be restrictions on which elements you can put ::marker on and how its rendered or what it renders. ::before on the other hand you can do whatever you want.

I think it would be easier to create a new pseudo element than reuse ::marker, but I think that's another discussion we can have later.

@josepharhar josepharhar merged commit 7c15186 into openui:main May 29, 2024
5 checks passed
@josepharhar josepharhar deleted the checkmark branch May 29, 2024 16:39
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.

selectlist: Should the "checked" option have a checkmark next to it?
3 participants