diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-05-02 10:19:47 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-05-02 16:21:46 +0300 |
| commit | 36dcfa8cc1315be65a47c041a8c926ff961b3ae4 (patch) | |
| tree | 37b882760222db8e236ec34f1ad31e8af8ea1a5d /src/components/notifications/notifications.scss | |
| parent | ab3c0e8512e231a5bfb9464379d5090b876034fe (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.scss | 19 |
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; |
