3424925 - Removed color flicker when custom accent color is used.
1 unresolved thread
1 unresolved thread
For 3424925 - Color flicker when a custom color is used.
Edited by Tanmay Khedekar
Merge request reports
Activity
- Resolved by Tanmay Khedekar
- Resolved by Tanmay Khedekar
@mglaman Agreed. Both dependencies were not needed.
37 37 <head-placeholder token="{{ placeholder_token }}"> 38 38 <title>{{ head_title|safe_join(' | ') }}</title> 39 39 <css-placeholder token="{{ placeholder_token }}"> 40 {% if gin_custom_colors %} 41 <style class="gin-custom-colors"> 42 {{ gin_custom_colors }} 43 </style> 44 {% endif %} - Comment on lines +40 to +44
While manually testing, the live preview of accent colors worked. But we should make sure it's updating this style element if it exists versus adding a new one on the bottom. Or maybe it doesn't really matter.
But the JavaScript could be duplicating this once the accent color is saved. So I suppose we should double check
- Resolved by Tanmay Khedekar
- Resolved by Tanmay Khedekar
added 1 commit
- 245da827 - 3424925 - Changed helper methods to be static.
Please register or sign in to reply