diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-11-24 15:22:01 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-11-24 15:22:01 +0200 |
| commit | 38c32c7f7aea23a798d0dc267082050d15009134 (patch) | |
| tree | 6850daf1714b0f066006b5145d3485eb015abfb7 /src | |
| parent | 8b775f94a99b4cdda2c8581d1803a0599c8b0e3a (diff) | |
renames and removals of cursor: pointer
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/desktop_nav/desktop_nav.scss | 1 | ||||
| -rw-r--r-- | src/components/extra_buttons/extra_buttons.vue | 1 | ||||
| -rw-r--r-- | src/components/react_button/react_button.vue | 5 |
3 files changed, 2 insertions, 5 deletions
diff --git a/src/components/desktop_nav/desktop_nav.scss b/src/components/desktop_nav/desktop_nav.scss index 7ec0caf7..ed567d33 100644 --- a/src/components/desktop_nav/desktop_nav.scss +++ b/src/components/desktop_nav/desktop_nav.scss @@ -82,7 +82,6 @@ width: 2em; height: 100%; text-align: center; - cursor: pointer; .svg-inline--fa { color: $fallback--link; diff --git a/src/components/extra_buttons/extra_buttons.vue b/src/components/extra_buttons/extra_buttons.vue index 1578267c..b84229c2 100644 --- a/src/components/extra_buttons/extra_buttons.vue +++ b/src/components/extra_buttons/extra_buttons.vue @@ -115,7 +115,6 @@ @import '../../_variables.scss'; .ExtraButtons { - cursor: pointer; position: static; padding: 10px; margin: -10px; diff --git a/src/components/react_button/react_button.vue b/src/components/react_button/react_button.vue index 2e3cedd1..9f437535 100644 --- a/src/components/react_button/react_button.vue +++ b/src/components/react_button/react_button.vue @@ -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; |
