updated mdi package, note icon is changing ifthere is a note

This commit is contained in:
2021-03-09 22:52:29 +01:00
parent 98002d0296
commit 4894f88c6d
21 changed files with 23061 additions and 22564 deletions

View File

@ -63,7 +63,8 @@
</div>
</section>
<section class="tool note">
<span class="btn mdi mdi-square-edit-outline"/>
<span v-if="note_nid" class="btn mdi mdi-note"/>
<span v-else class="btn mdi mdi-note-outline"/>
<div class="tool-content">
<textarea spellcheck="false" v-model="note" name="note"/>
</div>