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;
height: 100%;
text-align: center;
cursor: pointer;
.svg-inline--fa {
color: $fallback--link;

View file

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

View file

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