-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 default sass function to lighten colors #3331
Use default sass function to lighten colors #3331
Conversation
Noticed that the custom sass `@function very-light` doesn't work properly and this fact is generating display issues, both in tables with actions, and in components such as Taxonomies.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Absolutely. Can we remove the very-light
function as well, or is this from Compass?
Hi @tvdeyen ! so actually we could remove it 👍 |
Dang, then we should |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @mfrecchiami, I think this would be preferable even if very-light was working as expected!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, forgot to click Approve 😉
f859354
to
9873d5d
Compare
Thanks @mfrecchiami !! |
We probably have to release a fixed supported versions with a locked |
@tvdeyen this fix has been released in Solidus 2.6, if I recall correctly. What is the problem exactly? |
@kennyadsl due to changes in Sassc in the |
Got it but I'm not sure since this lock would only be needed if someone has custom css that overrides the default Solidus admin theme but this will not allow using most recent Sassc versions to who is not using a custom theme, right? We support changing admin colors but if the "unsupported" custom code is inside user applications, that's probably the best place where the lock is needed. |
I mean, we are also printing a deprecation warning for that function, is it working? |
@kennyadsl it is not unsupported code in our custom code. It is incompatible code inside of |
Solidus backend makes use of the |
Ah, I thought it was backported. I'd go with backporting this fix, then. |
Noticed that the custom sass
@function very-light
doesn't workproperly and this fact is generating display issues, both in tables
with actions, and in components such as Taxonomies.
The issue
Resolved issue