Skip to content

Commit 7d2059e

Browse files
authored
make different actionlists of articles select-able again (#57505)
1 parent 0d8bc2e commit 7d2059e

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

src/landings/components/ArticleList.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
}
77

88
h3, span {
9+
user-select: text;
910
color: var(--fgColor-accent, var(--color-accent-fg));
1011
}
11-
}
12+
}

src/landings/components/ProductArticlesList.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
a {
99
span {
10+
user-select: text;
1011
color: var(--fgColor-accent, var(--color-accent-fg));
1112
text-decoration: underline;
1213
}

src/landings/components/TableOfContents.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
text-decoration: underline !important;
99

1010
span {
11+
user-select: text;
1112
color: var(--fgColor-accent, var(--color-accent-fg)) !important;
1213
font-size: inherit !important;
1314
text-decoration: inherit !important;

0 commit comments

Comments
 (0)