-
-
Notifications
You must be signed in to change notification settings - Fork 334
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
Cards - Inverted cards can't have colors #454
Comments
For now, I prepared #455 to support colors in inverted cards. Removing the box-shadow or a border overall would be a breaking change and i also do not totally agree with that 😉 |
I can understand that. I never was very fond of shadow or this kind of things so I don't really like box-shadow effect. I just saw that butfor this rule : |
Bug Report
Steps to reproduce
Expected result
Card have colored box-shadow
Actual result
Card have grey box-shadow
Testcase
JsFiddle
Version
2.7.1
Another "problem", As you could see in the jsfiddle, with a footer, like a button, the box-shadow make a weird result (there is the grey box-shadow + colored border), it's even more visible with a colored button.
I think the card element shouldn't have box-shadow or border, and only the internal element (header/image/content/...) should have a border.
Like that the colored border of the button could be "good to see".
The text was updated successfully, but these errors were encountered: