Dropdown Color #1765
-
Hey, is it possible to set the clicked color in a Dropdown? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
How do you set the colors? Can you show the code? |
Beta Was this translation helpful? Give feedback.
-
So the problem here is the text color is not reconfigured to be |
Beta Was this translation helpful? Give feedback.
-
The fix should be easy to do. Can you open a new issue and I will fix it for the next release? In the meantime try this .dropdown-item.active, .dropdown-item:active{
color: white;
} |
Beta Was this translation helpful? Give feedback.
-
It's probably because theme styles still override them. Try adding |
Beta Was this translation helpful? Give feedback.
-
Created a Issue |
Beta Was this translation helpful? Give feedback.
The fix should be easy to do. Can you open a new issue and I will fix it for the next release?
In the meantime try this