mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
removing extra copybutton files
This commit is contained in:
22
docs/_static/custom.css
vendored
22
docs/_static/custom.css
vendored
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user