Browse Source

rot, wenn memo vorhanden

hmt 3 years ago
parent
commit
ef3a75efeb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/Medium.svelte

+ 1 - 1
src/components/Medium.svelte

@@ -135,7 +135,7 @@
           {#each medien_filter.sort((a, b) => a.barcode - b.barcode) as e, id}
             <tr>
               <td style="cursor:pointer" on:click={(_) => (memo = id)}>
-                ✎ {e.barcode}
+                <span class:has-text-danger={e.memo}></span> {e.barcode}
               </td>
               {#if e.verliehen}
                 <td style="cursor:pointer" on:click={() => schueler_action(e)}>