From 7f8dc42564748a5132ae3b252ba3a584874c59e1 Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Thu, 22 Aug 2024 12:19:11 -0400 Subject: [PATCH] Sessions list: Label the showcase keynote as both. --- 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 65fef30..8f030ff 100644 --- a/css/includes/schedule.css +++ b/css/includes/schedule.css @@ -339,6 +339,10 @@ body.single-wcb_session { content: "Showcase"; } + &.wcb_session_category-showcase.wcb_session_category-keynote::before { + content: "Showcase keynote"; + } + &.wcb_session_category-campfire::before { background-color: var(--wp--preset--color--base); border: 1px solid var(--wp--preset--color--accent-5); diff --git a/style.css b/style.css index 97eaeac..f0eb46e 100644 --- a/style.css +++ b/style.css @@ -913,6 +913,10 @@ body.single-wcb_session .wp-block-post-terms a:hover { content: "Showcase"; } +.wp-block-query .wp-block-post.type-wcb_session.wcb_session_category-showcase.wcb_session_category-keynote::before { + content: "Showcase keynote"; + } + .wp-block-query .wp-block-post.type-wcb_session.wcb_session_category-campfire::before { background-color: var(--wp--preset--color--base); border: 1px solid var(--wp--preset--color--accent-5);