-
Notifications
You must be signed in to change notification settings - Fork 40
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
Save button is invisible with Goldfish or Ice colorset chosen #4415
Comments
@stpaultim Those were my suggestions for fixing this issue. I hope they were helpful. Have a good day. 👍⚪ |
Thanks for working on this issue @Ammko128 🙏 ...as it turns out, the same issue is present with the "Ice" preset as well. Your PR changes a color used by the Basis theme, which is used as a base theme by many other themes. This makes me worry that we might break existing sites. I would start by looking into why the other presets don't have the same issue. If we figure that out, we can mimic whatever is done there for the Goldfish and Ice presets. |
@klonos I hope this was helpful in future decision making about this issue, since I don't think it can be fixed without breaking some sites that already use goldfish and ice presets. |
To see this issue, you need to set the admin theme to "Basis". I updated the original issue to reflect this. I can confirm that this is still an issue. |
As I look at this issue closer, I think that the problem is a bit bigger. The color module goes through entire CSS files and replaces colors when you change color schemes. I believe that this is resulting in color changes that were not necessarily intended by the color module. I suspect that this is mostly an issue if you are using Basis as your admin theme or if users without access to the admin theme are accessing admin pages (node creation forms). I'm thinking about opening an issue where we prevent this from happening. @jenlampton and I just discussed two possibilities. |
In Ice the "main menu hover background" causes the problem. So maybe we need a little trick for that... |
Wondering if a way forward with this could be #4829 and then converting the color presets in |
This issue is also present in Views Slideshow navigation. |
I agree with @indigoxela on keeping the fix small and specific to just this for now. |
Steps To Reproduce
To reproduce the behavior:
/admin/appearance/settings/basis
and set Goldfish color scheme.The text was updated successfully, but these errors were encountered: