Skip to content

Commit f816502

Browse files
committed
Make button un-selectable
1 parent 5084d2b commit f816502

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)