@saltcorn/filemanager 1.1.2-beta.3 → 1.1.2-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/App.svelte CHANGED
@@ -383,7 +383,7 @@
383
383
  </div>
384
384
 
385
385
  <div class="filelist">
386
- <table class="table table-sm">
386
+ <table class="table table-sm table-hover">
387
387
  <thead>
388
388
  <tr>
389
389
  <th />
package/src/Picker.svelte CHANGED
@@ -159,7 +159,7 @@
159
159
  {/if}
160
160
  <!-- files and directories -->
161
161
  <div class="filelist">
162
- <table class="table table-sm">
162
+ <table class="table table-sm table-hover">
163
163
  <!-- meta headers -->
164
164
  <thead>
165
165
  <tr>