Skip to content

Commit

Permalink
Fix: Show copy to clipboard button (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdu Masoudi authored Oct 23, 2020
1 parent 4fe7b9a commit 3797585
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -299,3 +299,8 @@ table tr td + td + td:last-child {
box-shadow: 6px 6px 0 0 var(--ifm-color-secondary);
transition: box-shadow .1s ease-in, transform .1s ease-in;
}

/* Fix: show "Copy to clipboard" button */
button.copyButton_node_modules-\@docusaurus-theme-classic-src-theme-CodeBlock- {
color: var(--ifm-color-white);
}

0 comments on commit 3797585

Please sign in to comment.