From b47c1b321413873ff54c239f7b9d7b88d00fec70 Mon Sep 17 00:00:00 2001 From: "stella.ubaha@boston.gov" Date: Fri, 13 Dec 2024 16:16:49 -0500 Subject: [PATCH] DIG-4807 Adding underline to CKEditor --- stylesheets/components/card/_card.styl | 3 +++ stylesheets/components/card/_featured-guide.styl | 3 +++ stylesheets/components/card/_person.styl | 5 ++++- stylesheets/components/card/_status.styl | 7 ++++++- stylesheets/components/event-card/_event.styl | 5 ++++- stylesheets/components/form/_button.styl | 3 +++ stylesheets/components/link-with-icon/_link.styl | 3 +++ stylesheets/components/news/_news.styl | 2 ++ stylesheets/patterns-cob-theme.styl | 2 +- 9 files changed, 29 insertions(+), 4 deletions(-) diff --git a/stylesheets/components/card/_card.styl b/stylesheets/components/card/_card.styl index 7404ed0c..b8e66fb1 100644 --- a/stylesheets/components/card/_card.styl +++ b/stylesheets/components/card/_card.styl @@ -217,3 +217,6 @@ .cd.g--4 @media $media-large-max lost-column: 12/12 + +#content a.cd:link + text-decoration: none \ No newline at end of file diff --git a/stylesheets/components/card/_featured-guide.styl b/stylesheets/components/card/_featured-guide.styl index 8b9a955d..d1285d3f 100644 --- a/stylesheets/components/card/_featured-guide.styl +++ b/stylesheets/components/card/_featured-guide.styl @@ -190,3 +190,6 @@ .cdfg.focus-active:hover:before background-color: $optimistic-blue + +#content a.cdfg:link + text-decoration: none \ No newline at end of file diff --git a/stylesheets/components/card/_person.styl b/stylesheets/components/card/_person.styl index 89e22226..b37d15b7 100644 --- a/stylesheets/components/card/_person.styl +++ b/stylesheets/components/card/_person.styl @@ -126,4 +126,7 @@ color: $white .cdp-l.focus-active:hover:focus .cdp-st - color: $white \ No newline at end of file + color: $white + +#content a.cdp-l:link + text-decoration: none \ No newline at end of file diff --git a/stylesheets/components/card/_status.styl b/stylesheets/components/card/_status.styl index 29cea3d3..95630b7b 100644 --- a/stylesheets/components/card/_status.styl +++ b/stylesheets/components/card/_status.styl @@ -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 @@ -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 @@ -115,3 +117,6 @@ .cds-l.focus-active:focus .svg-fill-hover fill: $optimistic-blue-light + +#content a.cds-l:link + text-decoration: none \ No newline at end of file diff --git a/stylesheets/components/event-card/_event.styl b/stylesheets/components/event-card/_event.styl index f8d1135e..200648a4 100644 --- a/stylesheets/components/event-card/_event.styl +++ b/stylesheets/components/event-card/_event.styl @@ -162,4 +162,7 @@ pointer-events: none .evt.focus-active:hover .evt-t - color: $optimistic-blue-light \ No newline at end of file + color: $optimistic-blue-light + +#content a.evt:link + text-decoration: none \ No newline at end of file diff --git a/stylesheets/components/form/_button.styl b/stylesheets/components/form/_button.styl index 2542b652..b09878ad 100644 --- a/stylesheets/components/form/_button.styl +++ b/stylesheets/components/form/_button.styl @@ -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 \ No newline at end of file diff --git a/stylesheets/components/link-with-icon/_link.styl b/stylesheets/components/link-with-icon/_link.styl index 245263f0..1b06b54a 100644 --- a/stylesheets/components/link-with-icon/_link.styl +++ b/stylesheets/components/link-with-icon/_link.styl @@ -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 \ No newline at end of file diff --git a/stylesheets/components/news/_news.styl b/stylesheets/components/news/_news.styl index baf27a72..917f2b44 100644 --- a/stylesheets/components/news/_news.styl +++ b/stylesheets/components/news/_news.styl @@ -132,3 +132,5 @@ .news-item-news:last-child margin-bottom: 50px +#content a.n--a:link + text-decoration: none \ No newline at end of file diff --git a/stylesheets/patterns-cob-theme.styl b/stylesheets/patterns-cob-theme.styl index e5d1a7ed..1e6267ec 100644 --- a/stylesheets/patterns-cob-theme.styl +++ b/stylesheets/patterns-cob-theme.styl @@ -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,