From 5b2320287b52adf952622ecc33df6b1b02172d38 Mon Sep 17 00:00:00 2001 From: thi64146 Date: Wed, 16 Oct 2024 11:01:32 -0600 Subject: [PATCH] minor :hover style alignment on cards-horiz, marquee-anchors, brick --- libs/blocks/brick/brick.css | 5 +++-- libs/blocks/card-horizontal/card-horizontal.css | 4 ---- libs/blocks/marquee-anchors/marquee-anchors.css | 1 - 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/libs/blocks/brick/brick.css b/libs/blocks/brick/brick.css index 43cd31584d..c1e729fe2b 100644 --- a/libs/blocks/brick/brick.css +++ b/libs/blocks/brick/brick.css @@ -185,11 +185,12 @@ .brick.click a.foreground .first-link:not([class*="button"]) { color: var(--link-color); - text-decoration: none; + text-decoration: underline; } .brick.click:hover a.foreground .first-link:not([class*="button"]) { text-decoration: underline; + text-decoration-style: double; color: var(--link-hover-color); } @@ -198,7 +199,6 @@ .brick.static-links.click a.foreground .first-link:not([class*="button"]), .brick.static-links.click a.foreground a:not([class*="button"]) { color: inherit; - text-decoration: underline; } .brick.click:hover .first-link.con-button, @@ -210,6 +210,7 @@ background-color: var(--color-white); color: var(--color-black); text-decoration: none; + text-decoration-style: double; } .brick.light.click:hover .first-link.con-button, diff --git a/libs/blocks/card-horizontal/card-horizontal.css b/libs/blocks/card-horizontal/card-horizontal.css index 07b01d8578..cbf1929fb7 100644 --- a/libs/blocks/card-horizontal/card-horizontal.css +++ b/libs/blocks/card-horizontal/card-horizontal.css @@ -16,10 +16,6 @@ outline: none; } -.card-horizontal a:hover { - text-decoration: none; -} - .card-horizontal a::after { content: ''; position: absolute; diff --git a/libs/blocks/marquee-anchors/marquee-anchors.css b/libs/blocks/marquee-anchors/marquee-anchors.css index 565eb3ab8c..b1380cd934 100644 --- a/libs/blocks/marquee-anchors/marquee-anchors.css +++ b/libs/blocks/marquee-anchors/marquee-anchors.css @@ -100,7 +100,6 @@ html { .marquee-anchors .links .anchor-link:focus, .marquee-anchors .links .anchor-link:active { border-color: var(--link-color); - text-decoration: none; } .marquee-anchors .links .anchor-link > div {