From 51974ea669c7dbe55de71ef8e864fb8a20b8f973 Mon Sep 17 00:00:00 2001 From: Vivian A Goodrich <101133187+vgoodric@users.noreply.github.com> Date: Wed, 10 Jan 2024 10:29:49 -0700 Subject: [PATCH] MWPW-140964 Marquee static links should not be blue on hover (#1705) Co-authored-by: vivgoodrich --- libs/blocks/marquee/marquee.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/libs/blocks/marquee/marquee.css b/libs/blocks/marquee/marquee.css index 89ce9dc8fd..7504616aa5 100644 --- a/libs/blocks/marquee/marquee.css +++ b/libs/blocks/marquee/marquee.css @@ -39,13 +39,6 @@ color: var(--link-color-dark); } -.marquee.static-links:not(.mobile-dark) a:not(.con-button), -.static-links .marquee:not(.mobile-dark) a:not(.con-button), -.marquee.static-links a:not(.con-button):hover, -.static-links .marquee a:not(.con-button):hover { - color: inherit; -} - .marquee.mobile-light a:not(.con-button):hover { color: var(--link-hover-color); } @@ -718,3 +711,10 @@ max-width: var(--grid-container-width); } } + +.marquee.static-links a:not(.con-button), +.marquee.static-links a:not(.con-button):hover, +.static-links .marquee a:not(.con-button), +.static-links .marquee a:not(.con-button):hover { + color: inherit; +}