Skip to content

Commit

Permalink
Merge pull request #781 from CityOfBoston/DIG-4807
Browse files Browse the repository at this point in the history
DIG-4807 Adding underline to CKEditor
  • Loading branch information
subaha-cob authored Dec 13, 2024
2 parents 7c76cc6 + b47c1b3 commit 0551b6c
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 4 deletions.
3 changes: 3 additions & 0 deletions stylesheets/components/card/_card.styl
Original file line number Diff line number Diff line change
Expand Up @@ -217,3 +217,6 @@
.cd.g--4
@media $media-large-max
lost-column: 12/12

#content a.cd:link
text-decoration: none
3 changes: 3 additions & 0 deletions stylesheets/components/card/_featured-guide.styl
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,6 @@

.cdfg.focus-active:hover:before
background-color: $optimistic-blue

#content a.cdfg:link
text-decoration: none
5 changes: 4 additions & 1 deletion stylesheets/components/card/_person.styl
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,7 @@
color: $white

.cdp-l.focus-active:hover:focus .cdp-st
color: $white
color: $white

#content a.cdp-l:link
text-decoration: none
7 changes: 6 additions & 1 deletion stylesheets/components/card/_status.styl
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,14 @@
&-t
font-size: responsive 14px 16px
line-height: $line-height-100
text-decoration: underline

&-l
background-color: rgb(255,255,255);
display: flex
text-align: left
flex: 1
text-decoration: none

@media $media-large
display: block
Expand Down Expand Up @@ -97,7 +99,7 @@
pointer-events: none

.cds-l.focus-active:hover .cds-t
text-decoration: none
text-decoration: underline

.cds-l.focus-active:hover .svg-fill-hover
fill: #FB4D42
Expand All @@ -115,3 +117,6 @@

.cds-l.focus-active:focus .svg-fill-hover
fill: $optimistic-blue-light

#content a.cds-l:link
text-decoration: none
5 changes: 4 additions & 1 deletion stylesheets/components/event-card/_event.styl
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,7 @@
pointer-events: none

.evt.focus-active:hover .evt-t
color: $optimistic-blue-light
color: $optimistic-blue-light

#content a.evt:link
text-decoration: none
3 changes: 3 additions & 0 deletions stylesheets/components/form/_button.styl
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,6 @@

&--700
padding: $sizing-400 $sizing-900

#content a.btn:link, #content a.button:link, .main a.button:link
text-decoration: none
3 changes: 3 additions & 0 deletions stylesheets/components/link-with-icon/_link.styl
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,6 @@ a.lwi.focus-active:focus

.lwi.focus-active:focus .lwi-t
color: $white

#content a.lwi:link, .main a.lwi:link
text-decoration: none
2 changes: 2 additions & 0 deletions stylesheets/components/news/_news.styl
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,5 @@
.news-item-news:last-child
margin-bottom: 50px

#content a.n--a:link
text-decoration: none
2 changes: 1 addition & 1 deletion stylesheets/patterns-cob-theme.styl
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ svg:not(:root) {
color: $optimistic-blue-dark;
text-decoration: none
}
#content a:link {
#content a:link, .main a:link {
text-decoration: underline
}
.inverted,
Expand Down

0 comments on commit 0551b6c

Please sign in to comment.