ticket selector: add preview loading icon
This commit is contained in:
parent
7f37511ba6
commit
fbd8a0c8f4
2 changed files with 18 additions and 1 deletions
|
@ -58,7 +58,13 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="filter-preview">
|
||||
<h3>Preview <span class="subtitle"><span class="u-highlight">5</span> matches</span></h3>
|
||||
<h3>
|
||||
Preview
|
||||
<span class="subtitle hide">
|
||||
<span class="u-highlight">5</span> matches
|
||||
</span>
|
||||
<span class="tiny loading icon" style="margin-left: 3px;"></span>
|
||||
</h3>
|
||||
<table class="table table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
@ -6494,6 +6494,17 @@ output {
|
|||
}
|
||||
}
|
||||
|
||||
.loading-placeholder {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 133px;
|
||||
|
||||
.loading-text {
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
----------------
|
||||
|
|
Loading…
Reference in a new issue