feature: add clipboard link to various identifiers (resolves #148)

This commit is contained in:
Gary Sharp
2025-01-18 13:33:55 +11:00
parent 7a336e699a
commit b640e51874
17 changed files with 1156 additions and 877 deletions
+13
View File
@@ -1581,4 +1581,17 @@ ul.list-group li:not(:first-child) {
}
.whitespace-pre-wrap {
white-space: pre-wrap;
}
i.clipboard-link {
cursor: pointer;
position: absolute;
padding-left: 4px;
right: calc(-1.28571429em - 4px);
top: calc(100% - 14px);
z-index: 100;
color: #D1D1D1;
background-color: #fff;
}
i.clipboard-link:hover {
color: #333;
}