-
Notifications
You must be signed in to change notification settings - Fork 72
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
Remove deprecated dropshadows #725
Comments
i've already finished commenting the deprecated drop shadows , can you assign this to me, so i can PR my changes? |
Thanks @lokesh-sagi125. I'll assign you. Just a note it's better to get assigned first in case some clarification is needed, so please always message us and wait for assignment. Would you mind splitting #734 into two pull requests? One that resolves #724 and another that resolves this issue. These are deliberately two issues because #724 can be merged soon, whereas for the other one we will be waiting until learningequality/kolibri#12552, otherwise it'd break many places in Kolibri. We will then review both pull requests. |
Hi @MisRob , could you please assign this issue to me? I would like to work on it. Thanks! |
hey @MisRob @AlexVelezLl i am not sure why i was unassigned from this issue, if in case its because of my inactivity ,i was waiting for |
Sorry about that @lokesh-sagi125, that was an oversight on my side. I will re-assign you again. Feel free to open a PR and we will take care of merging it at the right time. |
Hi @Rahul-web-hub, I posted links to other issues here for you learningequality/kolibri#12552 (comment) |
no problem ,I would be more than happy to work on other issues |
Lovely thanks @Rahul-web-hub |
Hey @lokesh-sagi125. learningequality/kolibri#12552 is about to be merged, you can open your PR for this issue now :) |
thanks @AlexVelezLl will do . |
hey @AlexVelezLl just raised a pr |
🌱 Are you new to the codebase? Welcome! Please see the contributing guidelines.
Blocked by
Summary
For both internal KDS components styling and external use by non-KDS components in our products, according to the updated guidelines in the "Elevation and shadow > Drop shadows" documentation section, we only need to keep
%dropshadow-1dp
,%dropshadow-2dp
, and%dropshadow-6dp
in the definitions.scss:kolibri-design-system/lib/styles/definitions.scss
Lines 59 to 157 in 0cbdf57
All other
%dropshadow-...
should not be available for use.Guidance
The text was updated successfully, but these errors were encountered: