Skip to content

Commit a05b3de

Browse files
committed
Allow text selection on text buttons
1 parent 45b46e3 commit a05b3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/lib/_sass/components/_button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ a, button {
3636
padding: 0.5rem 1rem;
3737
text-decoration: none;
3838
cursor: pointer;
39-
user-select: none;
4039
}
4140

4241
&.filled-button {
4342
background-color: var(--site-filledButton-bgColor);
4443
color: var(--site-filledButton-fgColor);
4544
outline-offset: 2px;
45+
user-select: none;
4646

4747
&:hover {
4848
@include mixins.interaction-style(8%);

0 commit comments

Comments
 (0)