-
-
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
Linked card #25087
Linked card #25087
Conversation
Hi @MartijnCuppens this is an intresting concept, and I think a full clickable card is a common use case. To be honest I don't like the class name |
scss/_card.scss
Outdated
} | ||
|
||
:not(.card) > & { | ||
&::after{ |
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.
there is a space missing after the after
Thx for the review @andresgalante. The name of the class could indeed be improved. |
Nice work. How about cursor:pointer on the whole card? |
Closing this, #26184 covers this |
Fixes #18294:
.card-full-link
class to links inside card. This adds a ::before pseudo-element to the link which is stretched over the card..card-full-link
class. No styling is influenced by doing this.