Commit 8fcd777a authored by Henk Verlinde's avatar Henk Verlinde
Browse files

fix: copy button text no longer searchable

parent 0e09981f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ pre {

.btn-copy {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden !important;
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
@@ -105,7 +105,7 @@ pre {

@include media-breakpoint-up(md) {
  pre:hover .btn-copy {
    opacity: 1;
    visibility: visible !important;
  }
}