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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View File

@ -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}}

View File

@ -413,7 +413,7 @@ table.group-reports {
margin-right: 4px;
}
.popup {
background: white;
background-color: $secondary;
position: absolute;
box-shadow: shadow("card");
padding: 12px;