Replace all use of <a> + href='#' with proper buttons

This commit is contained in:
Shpuld Shpuldson 2020-11-24 12:32:42 +02:00
parent 14ce0c1c07
commit 7b99d98c55
60 changed files with 384 additions and 363 deletions

View file

@ -38,13 +38,16 @@
<div class="reaction-bottom-fader" />
</div>
</div>
<span slot="trigger">
<button
slot="trigger"
class="add-reaction-button button-unstyled -padded"
:title="$t('tool_tip.add_reaction')"
>
<FAIcon
class="fa-scale-110 fa-old-padding add-reaction-button"
class="fa-scale-110 fa-old-padding"
:icon="['far', 'smile-beam']"
:title="$t('tool_tip.add_reaction')"
/>
</span>
</button>
</Popover>
</template>
@ -105,7 +108,7 @@
.add-reaction-button {
cursor: pointer;
&:hover {
&:hover .svg-inline--fa {
color: $fallback--text;
color: var(--text, $fallback--text);
}