forked from AkkomaGang/akkoma-fe
renames and removals of cursor: pointer
This commit is contained in:
parent
8b775f94a9
commit
38c32c7f7a
3 changed files with 2 additions and 5 deletions
|
@ -82,7 +82,6 @@
|
|||
width: 2em;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
|
||||
.svg-inline--fa {
|
||||
color: $fallback--link;
|
||||
|
|
|
@ -115,7 +115,6 @@
|
|||
@import '../../_variables.scss';
|
||||
|
||||
.ExtraButtons {
|
||||
cursor: pointer;
|
||||
position: static;
|
||||
padding: 10px;
|
||||
margin: -10px;
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue