Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DIG-4807, DIG-5571 #789

Merged
merged 29 commits into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
1ab2508
DIG-4807 Content text underline for accessibility
subaha-cob Dec 9, 2024
cd710c4
DIG-4807 Content text underline for accessibility
subaha-cob Dec 9, 2024
bb138ec
Merge pull request #769 from CityOfBoston/DIG-5280
subaha-cob Dec 9, 2024
be28c3c
DIG-4807 Content text underline for accessibility
subaha-cob Dec 9, 2024
600a896
Merge pull request #770 from CityOfBoston/DIG-5280
subaha-cob Dec 9, 2024
9df3315
DIG-4807 Content text underline for accessibility
subaha-cob Dec 9, 2024
61ea50a
Merge pull request #771 from CityOfBoston/DIG-5280
subaha-cob Dec 9, 2024
f94ae02
DIG-4807 Content text underline for accessibility
subaha-cob Dec 9, 2024
fb818e2
Merge pull request #772 from CityOfBoston/DIG-5280
subaha-cob Dec 9, 2024
a73de50
DIG-4807 Content text underline for accessibility
subaha-cob Dec 9, 2024
5279b60
Merge pull request #773 from CityOfBoston/DIG-5280
subaha-cob Dec 9, 2024
c375201
Merge pull request #774 from CityOfBoston/DIG-5470
subaha-cob Dec 12, 2024
5dcb664
Merge pull request #775 from CityOfBoston/DIG-5470
subaha-cob Dec 12, 2024
5398144
DIG-4807 CKEditor text links underline
subaha-cob Dec 12, 2024
86c1f9f
Merge pull request #778 from CityOfBoston/DIG-4807
subaha-cob Dec 12, 2024
842f8e1
DIG-4807 CKEditor links
subaha-cob Dec 12, 2024
1eb4c91
Merge pull request #779 from CityOfBoston/DIG-4807
subaha-cob Dec 12, 2024
a400d45
DIG-4807
subaha-cob Dec 12, 2024
7c76cc6
Merge pull request #780 from CityOfBoston/DIG-4807
subaha-cob Dec 12, 2024
b47c1b3
DIG-4807 Adding underline to CKEditor
subaha-cob Dec 13, 2024
0551b6c
Merge pull request #781 from CityOfBoston/DIG-4807
subaha-cob Dec 13, 2024
e3b3b0a
DIG-4807 Add underline to links CK Editor
subaha-cob Dec 31, 2024
9a8a64e
Merge pull request #785 from CityOfBoston/DIG-4807
subaha-cob Dec 31, 2024
10e1a33
DIG-4807 Add underline to links in CK Editor
subaha-cob Dec 31, 2024
bd0111b
Merge pull request #786 from CityOfBoston/DIG-4807
subaha-cob Dec 31, 2024
92fc0e2
DIG-4807 Adding underllinee to linnks in CK editor
subaha-cob Jan 6, 2025
43f00ef
Merge pull request #787 from CityOfBoston/DIG-4807
subaha-cob Jan 6, 2025
d563a6f
Node article header text bug
subaha-cob Jan 8, 2025
fa45385
Merge pull request #788 from CityOfBoston/DIG-4807
subaha-cob Jan 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions images/global/icons/social-media/icon-bluesky.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions stylesheets/base/global/_universal.styl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
img
border: 0

#content a:hover:not(p), #content a:hover:not(div), #content a
text-decoration: underline

a
color: $optimistic-blue-dark
text-decoration: none
Expand Down
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, #content .cd a:link, .main .cd a: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
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
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
4 changes: 4 additions & 0 deletions stylesheets/components/form/_button.styl
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,7 @@

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

#content a.btn:link, #content a.button:link, .main a.button:link, #content .button a:link
text-decoration: none
background-image: 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
3 changes: 3 additions & 0 deletions stylesheets/components/sidebar/_sidebar.styl
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@
.icon-tiktok
background-image: url(../images/global/icons/social-media/icon-tiktok.svg)

.icon-bluesky
background-image: url(../images/global/icons/social-media/icon-bluesky.svg)

.sb-i > .operations-hours:not(:last-child)
display: inline-block
border-bottom: 1px dashed $grey-100
Expand Down
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
19 changes: 18 additions & 1 deletion stylesheets/patterns-cob-theme.styl
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,17 @@ svg:not(:root) {
color: $optimistic-blue-dark;
text-decoration: none
}
#content a:link, .main a:link {
text-decoration: underline
}
#content p a[target=_blank], .main p a[target=_blank], #content span a[target=_blank], .main span a[target=_blank] {
background-image: url(../images/global/icons/external-link.svg);
background-repeat: no-repeat;
background-position: calc(100% - 0px) 50%;
background-size: 16px;
padding-right: 20px;
display: inline-block;
}
.inverted,
.inverted:link {
color: $freedom-red-dark
Expand All @@ -103,6 +114,9 @@ svg:not(:root) {
.inverted:visited {
color: $freedom-red-dark
}
#content p a:visited, .main p a:visited {
color: #393FAC
}
a:hover,
a:focus {
color: $freedom-red-dark
Expand All @@ -122,6 +136,9 @@ a:active,
a:hover {
outline: 0
}
#content a:hover:not(div), #content a:hover:not(p) {
text-decoration: underline
}
@media print {
:link,
:visited {
Expand Down Expand Up @@ -1801,7 +1818,7 @@ p.big.intro-text {
line-height: 1rem;
font-weight: bold
}
.node-place-profile {
.node-place-profile, .node-article {
position: relative;
z-index: 2
}
Expand Down