UX: minor share report popup improvements (#49)

This commit is contained in:
tshenry
2020-06-03 16:39:12 -07:00
committed by GitHub
parent 159a52100f
commit 0dcaa990b4
2 changed files with 3 additions and 5 deletions
@@ -5,9 +5,7 @@
{{#if visible}}
<div class='popup'>
<label>{{i18n "explorer.link"}} {{group}}</label>
<input value={{link}}/>
<span onclick={{action "close"}}>
{{d-icon "times"}}
</span>
<input type="text" value={{link}}/>
{{d-button action="close" class="btn-flat close" icon="times" aria-label="share.close" title="share.close"}}
</div>
{{/if}}