Align styles of checkmarks on <select multiple size="1"/> with normal select
#4459
sjohnston00
started this conversation in
Ideas / feature requests
Replies: 2 comments
-
|
Yes. Wait for the browsers to implement custom styling for multiple. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I would suggest using checkboxes in this case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The current
selectclass style does any apply styling the select checkboxes when used inmultiple size="1"mode. Example bellowI've looked at the markup and it looks like a pseudo class
::checkmarkis applied to the<option/>element. But it seems like to some user-agent stylesheets are being applied that can't be overwritten. Any ideas?Beta Was this translation helpful? Give feedback.
All reactions