Skip to content

Commit 79e347c

Browse files
authored
Add select option to links
1 parent 21cb8c3 commit 79e347c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/css/components/_stacks-links.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ a,
2020
text-decoration: none;
2121
color: @link-color;
2222
cursor: pointer;
23+
user-select: auto;
2324

2425
&.s-link__visited:visited {
2526
color: @link-color-visited;
@@ -101,6 +102,7 @@ button.s-link {
101102
border: 0;
102103
padding: 0;
103104
line-height: inherit;
105+
user-select: auto;
104106

105107
&:focus {
106108
outline: none;
@@ -162,4 +164,4 @@ button.s-link {
162164
border-left: 3px solid @block-link-highlight;
163165
}
164166
}
165-
}
167+
}

0 commit comments

Comments
 (0)