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}} {{#if visible}}
<div class='popup'> <div class='popup'>
<label>{{i18n "explorer.link"}} {{group}}</label> <label>{{i18n "explorer.link"}} {{group}}</label>
<input value={{link}}/> <input type="text" value={{link}}/>
<span onclick={{action "close"}}> {{d-button action="close" class="btn-flat close" icon="times" aria-label="share.close" title="share.close"}}
{{d-icon "times"}}
</span>
</div> </div>
{{/if}} {{/if}}

View File

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