feature: add clipboard link to various identifiers (resolves #148)
This commit is contained in:
@@ -6013,4 +6013,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;
|
||||
}
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user