1
0
mirror of synced 2026-08-05 01:46:55 +00:00

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}}
+1 -1
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;