Skip to content

Use multiplication sign as clear icon #902

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

FlorianBoe
Copy link

The clear button plugin uses the Unicode character U+2A2F (VECTOR OR CROSS PRODUCT) as the close icon, while U+00D7 (MULTIPLICATION SIGN) is used to deselected items.

Here are the two unicode characters:
⨯ ×

The difference between these two characters is the vertical alignment and that U+2A2F is rarely part of a font file. In these cases, a fallback font is used (in my case Apple Symbols), which then also differs from the original font in terms of stroke width.

Closes #901

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.

[Bug]: The clear button plugin uses different unicode characters than the remove button
1 participant