From 603814f687f389f56dd19131c5281d2823480392 Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Mon, 12 Aug 2024 14:04:24 -0400 Subject: [PATCH] Fix favorite icon on showcase --- css/includes/schedule.css | 4 ++++ style.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/css/includes/schedule.css b/css/includes/schedule.css index 2a5e50a..4d0f012 100644 --- a/css/includes/schedule.css +++ b/css/includes/schedule.css @@ -133,6 +133,10 @@ body.single-wcb_session { & a:where(:not(.wp-element-button)) { color: var(--wp--preset--color--base) !important; } + + & .wcb-session-favourite-icon a { + background-image: url(https://wc-us.org/wp-content/uploads/2024/07/star-outline-light.svg); + } } } diff --git a/style.css b/style.css index 23d06a7..d31b454 100644 --- a/style.css +++ b/style.css @@ -708,6 +708,10 @@ body.single-wcb_session .wp-block-post-terms a:hover { color: var(--wp--preset--color--base) !important; } +.wordcamp-schedule:not(#hack) .wordcamp-schedule__session.has-category-showcase:where(.is-type-session):hover .wcb-session-favourite-icon a, .wordcamp-schedule:not(#hack) .wordcamp-schedule__session.has-category-showcase:where(.is-type-session):focus-within .wcb-session-favourite-icon a { + background-image: url(https://wc-us.org/wp-content/uploads/2024/07/star-outline-light.svg); + } + .wordcamp-schedule:not(#hack) .wordcamp-schedule__session.wcb-favourite-session { outline: 5px solid var(--wp--preset--color--accent); outline-offset: -5px;