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
+15
View File
@@ -1681,3 +1681,18 @@ ul.list-group {
.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: @BackgroundColour;
background-color: #fff;
&:hover {
color: @HeaderBackgroundColour;
}
}