Skip to content

Commit

Permalink
minor :hover style alignment on cards-horiz, marquee-anchors, brick
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmparrish authored and overmyheadandbody committed Nov 8, 2024
1 parent eca7a5c commit 5b23202
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
5 changes: 3 additions & 2 deletions libs/blocks/brick/brick.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand All @@ -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,
Expand All @@ -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,
Expand Down
4 changes: 0 additions & 4 deletions libs/blocks/card-horizontal/card-horizontal.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
outline: none;
}

.card-horizontal a:hover {
text-decoration: none;
}

.card-horizontal a::after {
content: '';
position: absolute;
Expand Down
1 change: 0 additions & 1 deletion libs/blocks/marquee-anchors/marquee-anchors.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5b23202

Please sign in to comment.