diff options
| author | Shpuld Shpludson <shp@cock.li> | 2020-05-02 11:19:05 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2020-05-02 11:19:05 +0000 |
| commit | 5f90b6a384583a00769eeca3a6c6e2deec8bdd24 (patch) | |
| tree | fb6b7307cbb3785ae0b1da17fe7b1ac730e9965f /src/components/notifications/notifications.scss | |
| parent | c67e9daf068c5a7eafaa7ce6a6418c8916a4f118 (diff) | |
| parent | 92ccaa97bb0a2c15b96e2fbcf03823ba902dc516 (diff) | |
Merge branch 'fix/follow-request-notification-bugfixes' into 'develop'
Fix remaining follow request notif problems
Closes #823
See merge request pleroma/pleroma-fe!1096
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; |
