You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know it's probably not something that many people will notice, but in relevant cases it leads to unsightly visual results.
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.
I would suggest replacing ⨯ with ×in this line.
The fix in the PR solves the issue for us. On Macs in particular, the cross-product symbol used is indeed quite tiny, and the standard times is a better size.
Bug description
I know it's probably not something that many people will notice, but in relevant cases it leads to unsightly visual results.
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.
I would suggest replacing
⨯
with×
in this line.Expected behavior
⨯ sould be ×
Steps to reproduce
Take a look at this line
Additional context
No context needed
The text was updated successfully, but these errors were encountered: