-
-
Notifications
You must be signed in to change notification settings - Fork 361
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
Drop glyphicons and replace it by already existing icons in icons.css #1420
Drop glyphicons and replace it by already existing icons in icons.css #1420
Conversation
Glyphicons where removed from bootstrap in 4.0.0. Bootstrap bump from 3.x.x to 5.x.x leads at least to missing icons.
This reverts commit 5e3bd08.
Use the one in `static/icon/icons.css`
and also remove from it glyphicons and replace by grist icons
For the most recent browser test failure, you can just remove the failing test (related to the now-removed validation feature). If you grep the codebase for |
Deployed commit |
Deployed commit |
Deployed commit |
Thanks |
Deployed commit |
Deployed commit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @hexaltation.
Context
Bump bootstrap from 3.4.1 to 5.3.3 lead to a bug.
In v 4.0.0 bootstrap dropped glyphicon usage.
Grist-core code have some occurences of glyphicon.
Proposed solution
Remove Glyphicon calls and replace it by corresponding icons in
static/icon/icons.css
Related issues
Fixes #1412
Has this been tested?