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
+25 -25
View File
@@ -983,9 +983,9 @@
border-bottom: 1px dashed #ccc;
}
.createJob_Component:last-child {
border-bottom: none;
}
.createJob_Component:last-child {
border-bottom: none;
}
#createJob_Type {
@@ -1006,34 +1006,34 @@
}
}
#createJob_Type li, #createJob_SubTypes li {
margin: 2px 0;
padding: 0 0 0 4px;
#createJob_Type li, #createJob_SubTypes li {
margin: 2px 0;
padding: 0 0 0 4px;
i {
display: none;
cursor: default;
font-weight: normal;
}
&:hover i {
display: inline-block;
}
&.highlight {
background-color: @HighlightColour;
font-weight: 600;
color: @black;
i {
display: none;
cursor: default;
font-weight: normal;
}
&:hover i {
display: inline-block;
}
&.highlight {
background-color: @HighlightColour;
font-weight: 600;
color: @black;
i {
display: inline-block;
}
}
}
}
#createJob_SubTypes.isQuickLog li i {
display: none;
}
#createJob_SubTypes.isQuickLog li i {
display: none;
}
#createJob_CommentsContainer {