Fix clipboard copy box to not cause reflow
Instead, we now put the "Copied" message inline in the box and have it both fade and slide rightward away
This commit is contained in:
parent
8e643ce5d9
commit
5cde147426
7 changed files with 29 additions and 28 deletions
|
@ -130,7 +130,7 @@
|
|||
<cor-tab-pane id="oauth">
|
||||
<dl class="dl-horizontal">
|
||||
<dt>Client ID:</dt>
|
||||
<dd><div class="copy-box" hovering-message="true" value="application.client_id"></div></dd>
|
||||
<dd><div class="copy-box" value="application.client_id"></div></dd>
|
||||
</dl>
|
||||
<dl class="dl-horizontal" style="margin-top: 20px;">
|
||||
<dt>Client Secret:</dt>
|
||||
|
|
Reference in a new issue