We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I and another user both didn't recognize it as merge.
It could be updated to be more intuitive and less confusing by using a more clear merge icon instead.
I tried for a bit to understand the code base deeply enough to submit a PR for this issue but I don't think I understand the frameworks well enough.
I found the classname for the icon here in \piskel\src\css\font-icon.css at line 62
\piskel\src\css\font-icon.css
.piskel-icon-merge:before { content: "\e609"; }
And found mention of the unicode symbol as a glyph in this file: \piskel\src\css\fonts\icomoon.svg
\piskel\src\css\fonts\icomoon.svg
But that seems to be where my mission comes to an end.
Would you all accept a simple svg and html replacement PR?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
I and another user both didn't recognize it as merge.
It could be updated to be more intuitive and less confusing by using a more clear merge icon instead.
I tried for a bit to understand the code base deeply enough to submit a PR for this issue but I don't think I understand the frameworks well enough.
I found the classname for the icon here in
\piskel\src\css\font-icon.css
at line 62And found mention of the unicode symbol as a glyph in this file:
\piskel\src\css\fonts\icomoon.svg
But that seems to be where my mission comes to an end.
Would you all accept a simple svg and html replacement PR?
The text was updated successfully, but these errors were encountered: