-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Replace .box-shadow in examples with built-in .shadow utility #26493
Conversation
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.
LGTM! 👍
@coliff Any updates regarding this issue ? |
HI @parammittal16 - your issue is currently in the 'Inbox' for possible inclusion to v4.1.2. Now you just need to wait. Hopefully it'll be merged and ship with v4.1.2 but maybe it'll take a little longer. |
Ok thanks @coliff I hope it will be reviewed and be shipped 👍 soon. |
Hi @coliff @bardiharborow @mdo my PR was in the inbox yesterday but now it is missing from there ? What happened ?? Any updates ?? |
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.
All these instances of box-shadow
should be replaced with shadow-sm
instead of shadow
. Happy to see that done here, or in another PR.
@mdo Sir I committed the changes that were requested |
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.
Thanks! Will slate for v4.1.3.
All the example pages having class box-shadow are replaced by bootstrap inbuilt box-shadow classes and then committed.
Also, the example pages having unused box-shadow class, those pages box-shadow class is also removed and then committed.
Fixes #26377.