Skip to content

Commit

Permalink
chore: update visual previews
Browse files Browse the repository at this point in the history
  • Loading branch information
kendo-bot authored and JoomFX committed Aug 23, 2024
1 parent 93cb992 commit a3670ac
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Binary file modified tests/_output/bootstrap/listview/listview-states.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/classic/listview/listview-states.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/default/listview/listview-states.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/fluent/listview/listview-states.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/material/listview/listview-states.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions tests/listview/listview-states.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,18 +119,18 @@
<div class="k-listview k-loading">
<div class="k-listview-header">Header</div>
<div class="k-listview-content k-d-flex k-flex-col">
<div class="k-loading-mask k-opaque" style="height: 100%; width: 100%;">
<span class="k-loading-text">Loading...</span>
<div class="k-loading-image"></div>
<div class="k-loading-color"></div>
</div>
<div class="k-listview-item">
<div>Listview Item</div>
</div>
<div class="k-listview-item">
<div>Listview Item</div>
</div>
</div>
<div class="k-loading-mask" style="height: 100%; width: 100%;">
<span class="k-loading-text">Loading...</span>
<div class="k-loading-image"></div>
<div class="k-loading-color"></div>
</div>
<div class="k-listview-footer">Footer</div>
<div class="k-listview-pager k-listview-pager-bottom k-pager k-pager-md">
<div class="k-pager-numbers-wrap">
Expand Down

0 comments on commit a3670ac

Please sign in to comment.