Skip to content

Commit 5279b60

Browse files
authored
Merge pull request #773 from CityOfBoston/DIG-5280
DIG-4807 Content text underline for accessibility
2 parents fb818e2 + a73de50 commit 5279b60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stylesheets/base/global/_universal.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
img
55
border: 0
66

7-
#content a:hover
7+
#content a:hover:not(p), #content a:hover:not(div)
88
text-decoration: underline
99

1010
a

stylesheets/patterns-cob-theme.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ a:active,
122122
a:hover {
123123
outline: 0
124124
}
125-
#content a:hover {
125+
#content a:hover:not(div), #content a:hover:not(p) {
126126
text-decoration: underline
127127
}
128128
@media print {

0 commit comments

Comments
 (0)