aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-03-30 12:33:56 +0300
committerHenry Jameson <me@hjkos.com>2022-03-30 12:34:27 +0300
commit19439910772ed5205edbb258b3d8a97315dde9b5 (patch)
tree8e0b1306cd11666aa387a8d24b7f036414a7ab68 /src/components/notifications/notifications.scss
parentc3690b456e66585598f05d71643089a5e9770af7 (diff)
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);