Skip to content

Commit

Permalink
removed styles overrides to support double in horiz-card, marquee-anc…
Browse files Browse the repository at this point in the history
…h, brick
  • Loading branch information
ryanmparrish authored and overmyheadandbody committed Nov 8, 2024
1 parent 4d4de5f commit 1eb0835
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/blocks/brick/brick.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@

.brick.click a.foreground .first-link:not([class*="button"]) {
color: var(--link-color);
text-decoration: underline;
text-decoration: none;
}

.brick.click:hover a.foreground .first-link:not([class*="button"]) {
Expand All @@ -198,6 +198,7 @@
.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 Down
5 changes: 5 additions & 0 deletions libs/blocks/card-horizontal/card-horizontal.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,17 @@

.card-horizontal a {
color: var(--text-color);
text-decoration: none;
}

.card-horizontal a:focus {
outline: none;
}

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

.card-horizontal a::after {
content: '';
position: absolute;
Expand Down
2 changes: 2 additions & 0 deletions libs/blocks/marquee-anchors/marquee-anchors.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ html {
cursor: pointer;
position: relative;
color: var(--text-color);
text-decoration: none;
}

.marquee-anchors .links .anchor-link .heading-xs {
Expand All @@ -100,6 +101,7 @@ 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 1eb0835

Please sign in to comment.