global.colors.active not functional
See original GitHub issuethe activeStyle
helper is using the hover
color instead of the active
color:
as far as I can see, the active color is not used anywhere, even though its defined in base.js theme:
I would propose to effectively implement the active color
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Global Fonts and Global Colors Not Working After Update
Following the latest update, global fonts and global colors no longer work correctly. It was fine before. Now it just reverts to standard...
Read more >Global colors not applied to site. · Issue #12249 · elementor ...
Global colors are not being applied to frontend CSS. Additionally, color styling that was previously set for any widget using global colors ......
Read more >Which elements are impacted by global colors? - Elementor
Learn everything about Which elements are impacted by global colors? in this article from Elementor's Knowledge Base. Get Elementor tips & more.
Read more >120891 Elementor Global Colors not working - Artbees themes
However it seems that either these Global Colors are not being used or they are not working. In any case, it is highly...
Read more >How to change the active color of a link if a:active isn't working?
H a:active { color:#17CCB2; } in the CSS and neither seems to change the color when I click the links. Here is my...
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
Yeah i meant to say that activeStyle is used there. (so the one who fixes this adds a test)
@vavalos5 , that is correct, currently, both colors are defined the same way, and due to the backward compatibility of the theme, we do not have the flexibility to change those at the moment.
That being said, we have extended the
active
andhover
theme props per component so components will have the flexibility to custom these colors as fit. The base theme is also supporting the following colors for extra customization alternatives, and it’s being used across the app:Also, with the new ‘kind’ button concept, the user is able to define the hover/active behavior and colors per type of button, which allows the customizability of applying different colors for different use cases.
I’ll be closing this issue since I think we have done what we can with the current backward compatibility constraints.