renames and removals of cursor: pointer

This commit is contained in:
Shpuld Shpuldson 2020-11-24 15:22:01 +02:00
parent 8b775f94a9
commit 38c32c7f7a
3 changed files with 2 additions and 5 deletions

View file

@ -82,7 +82,6 @@
width: 2em; width: 2em;
height: 100%; height: 100%;
text-align: center; text-align: center;
cursor: pointer;
.svg-inline--fa { .svg-inline--fa {
color: $fallback--link; color: $fallback--link;

View file

@ -115,7 +115,6 @@
@import '../../_variables.scss'; @import '../../_variables.scss';
.ExtraButtons { .ExtraButtons {
cursor: pointer;
position: static; position: static;
padding: 10px; padding: 10px;
margin: -10px; margin: -10px;

View file

@ -39,7 +39,7 @@
</div> </div>
<span <span
slot="trigger" slot="trigger"
class="AddReaction" class="ReactButton"
:title="$t('tool_tip.add_reaction')" :title="$t('tool_tip.add_reaction')"
> >
<FAIcon <FAIcon
@ -104,8 +104,7 @@
} }
} }
.AddReaction { .ReactButton {
cursor: pointer;
padding: 10px; padding: 10px;
margin: -10px; margin: -10px;