aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-03-30 13:13:41 +0300
committerHenry Jameson <me@hjkos.com>2022-03-30 13:13:41 +0300
commit6751c22a23778418568f8b1ec6baecf11ecb23f2 (patch)
tree2b4099d1824e4e288c4219dbfec756cb28b9de8d /src/components/notifications/notifications.scss
parent115170f35dbbd9656f64325e6f4c7b58b8b9c07f (diff)
parent19439910772ed5205edbb258b3d8a97315dde9b5 (diff)
Merge branch 'vue3-again' into vue3-no-compat
* vue3-again: make all clickable icons into actual buttons
Diffstat (limited to 'src/components/notifications/notifications.scss')
-rw-r--r--src/components/notifications/notifications.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss
index 9e5663ed..a285027d 100644
--- a/src/components/notifications/notifications.scss
+++ b/src/components/notifications/notifications.scss
@@ -64,8 +64,6 @@
}
.follow-request-accept {
- cursor: pointer;
-
&:hover {
color: $fallback--text;
color: var(--text, $fallback--text);
@@ -73,8 +71,6 @@
}
.follow-request-reject {
- cursor: pointer;
-
&:hover {
color: $fallback--cRed;
color: var(--cRed, $fallback--cRed);