-
Notifications
You must be signed in to change notification settings - Fork 113
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
Use class instead of direct element color override for nav icon state #73
Comments
I've committed this to a new branch. Would anyone be willing to give it a test? |
Sure, if no one else beats me to it, I'll try it the coming weekend. And if it works, I'll also directly build the css updates into DarkMatter Theme, so it'll work with it straight away. |
I tested this with a modified TouchUI (PR pending) and it looks good here. Will merge into devel soon. |
Tested again with modified Cyborg theme. Merged into devel. |
Currently the icon gets a direct element color override of color: rgb(0, 255, 0);
That interferes with other themes efforts to keep a consistent color matching scheme.
Could we use an "active" class, which can be overridden by themes?
The text was updated successfully, but these errors were encountered: