Skip to content

Commit

Permalink
SOEOPSFY24-304: removed the moving underline
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Oct 31, 2024
1 parent 9913419 commit f8523c7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion themes/engineering/dist/css/engineering.components.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/engineering/dist/css/engineering.styles.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
text-decoration-color: #00ece9;
&:hover {
text-decoration-color: #000;
text-underline-position: under;
}
}
}
Expand Down
3 changes: 0 additions & 3 deletions themes/engineering/lib/scss/engineering.scss
Original file line number Diff line number Diff line change
Expand Up @@ -164,23 +164,20 @@ a.su-link--external {
text-decoration-color: #00ece9;
&:hover {
text-decoration-color: #000;
text-underline-position: under;
}
}
&__orange {
text-decoration: underline;
text-decoration-color: #ff525c;
&:hover {
text-decoration-color: #000;
text-underline-position: under;
}
}
&__yellow {
text-decoration: underline;
text-decoration-color: #ffbd54;
&:hover {
text-decoration-color: #000;
text-underline-position: under;
}
}
}
Expand Down
1 change: 0 additions & 1 deletion themes/engineering/lib/scss/page/magazine/_magazine.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ $soe-font--sans: "Source Sans 3", Source Sans Pro, Helvetica Neue, Helvetica,
&:hover {
color: #2e2d29;
text-decoration-color: #2e2d29;
text-underline-position: under;
}
}
}
Expand Down

0 comments on commit f8523c7

Please sign in to comment.