Skip to content

Commit

Permalink
MWPW-140964 Marquee static links should not be blue on hover (#1705)
Browse files Browse the repository at this point in the history
Co-authored-by: vivgoodrich <[email protected]>
  • Loading branch information
vgoodric and vivgoodrich authored Jan 10, 2024
1 parent 09a7e1a commit 51974ea
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions libs/blocks/marquee/marquee.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down Expand Up @@ -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;
}

0 comments on commit 51974ea

Please sign in to comment.