Can't see icons while editing layout. [new UX]
See original GitHub issueDescribe the bug
glyphicons not working in simulator\embed.html.erb
and simulator\edit.html.erb
.
To Reproduce Steps to reproduce the behavior:
- Go to ‘localhost/3000’
- Try edit layout option or look for this:
Expected behavior
this is not visible:
these icons not visible:
also the icons used in embed.html.erb
not visible
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Additional context I think importing glyphicons will work.
Are you working on this issue? (Yes/No) No.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
How to Use Icons in Design: UX and UI Best Practices
Here are the do's and don'ts of using icons effectively in your user interface designs.
Read more >The Right Way to Use Icons in Your UI
Ask people what they believe the icons to stand for. If the icons cause them to wonder what they mean or do, either...
Read more >Designing For User Interfaces: Icons As Visual Elements ...
In this article, I will show you how icons have been one of the first elements used in the first user interfaces, the...
Read more >App Icons - Foundations - Human Interface Guidelines
To download templates that help you create icons for each platform see Apple Design Resources. For guidance on creating other types of icons,...
Read more >IBM Design Language – UI icons
Icons are optically aligned to the center of the icon grid within the boundary box. Centering ensures all icons will be aligned correctly...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is because we’re using Bootstrap 4 which has dropped the support for Glyphicons. Since we are already using Font-Awesome, we can use it as a replacement.
Fixed in #1082