Skip to content

Commit f76817a

Browse files
authored
Merge pull request #72 from mgeier/dont-select-button
Make button un-selectable
2 parents 5084d2b + f816502 commit f76817a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sphinx_copybutton/_static/copybutton.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ a.copybtn {
88
opacity: .3;
99
transition: opacity 0.5s;
1010
border: none;
11+
user-select: none;
1112
}
1213

1314
div.highlight {

0 commit comments

Comments
 (0)