aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.scss
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-05-02 10:19:47 +0300
committerShpuld Shpuldson <shp@cock.li>2020-05-02 10:19:47 +0300
commit406fdd8edec210d14589e0ff684a166250236779 (patch)
tree7b4cbe9c2c0d7e0a85080797aa86e91f0a9a197f /src/components/notifications/notifications.scss
parentc67e9daf068c5a7eafaa7ce6a6418c8916a4f118 (diff)
follow request bugfixes, wrong text, notifs not being marked as read, approving from follow request view
Diffstat (limited to 'src/components/notifications/notifications.scss')
-rw-r--r--src/components/notifications/notifications.scss19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss
index 80dad28b..9efcfcf8 100644
--- a/src/components/notifications/notifications.scss
+++ b/src/components/notifications/notifications.scss
@@ -79,6 +79,25 @@
}
}
+ .follow-request-accept {
+ cursor: pointer;
+
+ &:hover {
+ color: $fallback--text;
+ color: var(--text, $fallback--text);
+ }
+ }
+
+ .follow-request-reject {
+ cursor: pointer;
+
+ &:hover {
+ color: $fallback--cRed;
+ color: var(--cRed, $fallback--cRed);
+ }
+ }
+
+
.follow-text, .move-text {
padding: 0.5em 0;
overflow-wrap: break-word;