feature: add clipboard link to various identifiers (resolves #148)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user