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

Fix file list in Safari #282

Merged

Conversation

jonathanhefner
Copy link
Member

Safari does not support the ::marker psuedo-element. It does support a ::-webkit-details-marker psuedo-element, but that element's content cannot be set. Therefore, to achieve the desired appearance in Safari (as well as other browsers), this commit hides the summary marker and uses summary::before to render the + and - icons.

Safari does not support the `::marker` psuedo-element.  It does support
a `::-webkit-details-marker` psuedo-element, but that element's
`content` cannot be set.  Therefore, to achieve the desired appearance
in Safari (as well as other browsers), this commit hides the summary
marker and uses `summary::before` to render the `+` and `-` icons.
@jonathanhefner jonathanhefner merged commit 4f70fba into rails:main Aug 6, 2023
10 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.

1 participant