removing extra copybutton files

This commit is contained in:
Chris Holdgraf
2018-08-10 22:47:22 -07:00
parent a98a5c322b
commit b534b62175
3 changed files with 0 additions and 53 deletions

View File

@@ -1,22 +0,0 @@
button.copybtn {
webkit-transition: opacity .3s ease-in-out;
-o-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
opacity: 0;
padding: 2px 6px;
position: absolute;
right: 4px;
top: 4px;
}
div.highlight:hover .copybtn, div.highlight .copybtn:focus {
opacity: .3;
}
div.highlight .copybtn:hover {
opacity: 1;
}
div.highlight {
position: relative;
}