feat(ux): add copy to clipboard to operation summary (#8094)

This commit is contained in:
Tomas Bruckner
2022-07-18 19:48:57 +02:00
committed by GitHub
parent 6707f247cc
commit 0d5227bb5d
6 changed files with 47 additions and 0 deletions

View File

@@ -205,3 +205,10 @@ button
height: 18px;
}
}
// overrides for copy to clipboard button
.opblock .opblock-summary .view-line-link.copy-to-clipboard
{
height: 26px;
position: unset;
}

View File

@@ -376,6 +376,10 @@
{
width: 18px;
margin: 0 5px;
&.copy-to-clipboard {
width: 24px;
}
}
}
}