Skip to content

Commit

Permalink
Add copy to clipboard button for code snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishalya committed Oct 27, 2020
1 parent aea49fd commit f28bdb3
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 15,265 deletions.
1 change: 1 addition & 0 deletions assets/html/scss/documenter/components/_all.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import "admonition";
@import "docstring";
@import "example";
@import "clipboard";
3 changes: 3 additions & 0 deletions assets/html/scss/documenter/components/_clipboard.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.copy-button {
float: right;
}
Loading

0 comments on commit f28bdb3

Please sign in to comment.