@saltcorn/filemanager 1.1.2-beta.1 → 1.1.2-beta.11

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
@@ -331,6 +331,7 @@
331
331
  on:drop={handleDrop}
332
332
  ondragover="return false"
333
333
  class="row"
334
+ role="region"
334
335
  >
335
336
  <div class="col-8">
336
337
  <div>
@@ -383,7 +384,7 @@
383
384
  </div>
384
385
 
385
386
  <div class="filelist">
386
- <table class="table table-sm">
387
+ <table class="table table-sm table-hover">
387
388
  <thead>
388
389
  <tr>
389
390
  <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>