Added copy button to link field (#216)
Co-authored-by: Adam Bem <adam.bem@zoho.eu> Reviewed-on: #216 Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
This commit is contained in:
		| @@ -50,7 +50,7 @@ | ||||
|                     <!-- link --> | ||||
|                     <div> | ||||
|                         <label for="messageLink" class="block-display">Link</label> | ||||
|                         <div id="messageLink" class="bordered-field max-width with-padding disabled-background tooltipped"><a class="hyperlink" href="www.google.com" target="_blank">www.google.com</a></div> | ||||
|                         <div class="display-space-between bordered-field max-width with-padding disabled-background tooltipped"><a id="messageLink" class="hyperlink" href="www.google.com" target="_blank">www.google.com</a><button id="btn-copy" class="transparent-button">Copy</button></div> | ||||
|                         <!-- <input id="messageLink" disabled class="bordered-field max-width with-padding" value="http://yourlink.com/r/api/mock/blablabla"> --> | ||||
|                     </div> | ||||
|                     <div class="display-space-between max-width"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user