Skip to content

Commit

Permalink
Merge pull request #785 from CityOfBoston/DIG-4807
Browse files Browse the repository at this point in the history
DIG-4807 Add underline to links CK Editor
  • Loading branch information
subaha-cob authored Dec 31, 2024
2 parents 0551b6c + e3b3b0a commit 9a8a64e
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion stylesheets/components/card/_card.styl
Original file line number Diff line number Diff line change
Expand Up @@ -218,5 +218,5 @@
@media $media-large-max
lost-column: 12/12

#content a.cd:link
#content a.cd:link, #content .cd a:link, .main .cd a:link
text-decoration: none
3 changes: 3 additions & 0 deletions stylesheets/components/card/_guide-card.styl
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,6 @@
.gcd-ic
background-color: $blended-optimistic-blue
background-blend-mode: multiply

#content a.gcd:link, .main a.gcd:link
text-decoration: none
4 changes: 3 additions & 1 deletion stylesheets/components/card/_link-card-list.styl
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@
@media $media-small-max
flex-direction: column


.description
line-height: 2em

#content a.lcdl:link, #content .lcdl a:link, .main .lcdl a:link
text-decoration: none
5 changes: 4 additions & 1 deletion stylesheets/components/card/_link-card-mini.styl
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,7 @@
background-image: url(/images/global/icons/icon-document.svg)

.external .lcd--sm-im
background-image: url(/images/global/icons/external-link.svg)
background-image: url(/images/global/icons/external-link.svg)

#content a.lcd--sm:link, #content .lcd--sm a:link, .main .lcd--sm a:link
text-decoration: none
5 changes: 4 additions & 1 deletion stylesheets/components/card/_link-card.styl
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,7 @@
background-image: url(/images/global/icons/icon-document.svg)

.external .lcd-im
background-image: url(/images/global/icons/external-link.svg)
background-image: url(/images/global/icons/external-link.svg)

#content a.lcd:link, .main a.lcd:link
text-decoration: none
2 changes: 1 addition & 1 deletion stylesheets/components/form/_button.styl
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,5 @@
&--700
padding: $sizing-400 $sizing-900

#content a.btn:link, #content a.button:link, .main a.button:link
#content a.btn:link, #content a.button:link, .main a.button:link, #content .button a:link
text-decoration: none
2 changes: 2 additions & 0 deletions stylesheets/components/sticky-submenu/_sticky-submenu.styl
Original file line number Diff line number Diff line change
Expand Up @@ -258,3 +258,5 @@
color: $white
background-color: $freedom-red-dark

#content .ssm a:link, .main .ssm a:link, .ssm a
text-decoration: none

0 comments on commit 9a8a64e

Please sign in to comment.