Skip to content

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

@ericscales
Copy link

@nwalters512 what's needed to get this one merged?

@FlorianBoe
Copy link
Author

@nwalters512 any chance we could merge this small fix?

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
2 participants