カーソルを上げたときに下線が出ないようにするため

This commit is contained in:
NoriDev 2023-06-15 02:55:44 +09:00
parent 5cf0212baf
commit 597b9ec579

View file

@ -122,7 +122,7 @@
<button v-if="defaultStore.state.showClipButtonInNoteFooter" ref="clipButton" :class="$style.footerButton" class="_button" @mousedown="clip()">
<i class="ti ti-paperclip"></i>
</button>
<MkA v-if="defaultStore.state.showNoteActionsOnlyHover" :to="notePage(note)" :class="$style.footerButton" class="_button">
<MkA v-if="defaultStore.state.showNoteActionsOnlyHover" :to="notePage(note)" :class="$style.footerButton" style="text-decoration: none;" class="_button">
<i class="ti ti-info-circle"></i>
</MkA>
<button ref="menuButton" :class="$style.footerButton" class="_button" @mousedown="menu()">