Disable Hover on Grid Cards? #8274
-
What is the .css element to modify Grid Cards to remove the hover effect? I tried Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
kamilkrzyskow
Jun 23, 2025
Replies: 1 comment 1 reply
-
Hi @DennisJDufrene, .md-typeset .grid.cards > ul > li:hover {
box-shadow: none;
border-color: var(--md-default-fg-color--lightest);
} Ref: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
DennisJDufrene
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @DennisJDufrene,
Ref: