Skip to content

Commit

Permalink
Update contentslider.css to remove clickable card items
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjonker-illinois authored Jan 22, 2024
1 parent 3825c74 commit 3ac0074
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ils-contentslider/contentslider.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
color: var(--il-orange);
}

ils-contentslider il-clickable-card h2::after, ils-contentslider il-clickable-card h3::after, ils-contentslider il-clickable-card h4::after {
--il-clickable-card-post: "";
display: none !important;
}

.ils-contentslider-calendar p {
font-size: 1.6rem;
line-height: 1.8rem;
Expand All @@ -29,4 +34,4 @@
text-align: center;
font-weight: 700;
color: var(--il-orange);
}
}

0 comments on commit 3ac0074

Please sign in to comment.