diff options
| author | Shpuld Shpludson <shp@cock.li> | 2020-05-08 08:20:03 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2020-05-08 08:20:03 +0000 |
| commit | f4676e17d3ec15f7c8bad776a7c7799f83f679b0 (patch) | |
| tree | 6d7a1ddb581a3879165828c059596847408638b3 /src/components/notifications/notifications.scss | |
| parent | ddc3b86d24249021cc1634dbdfb476684265f293 (diff) | |
| parent | f40de85b92f55903da39c5c0f1b8db6ca7cb88f6 (diff) | |
Merge branch 'develop' into 'feature/copy-link'
# Conflicts:
# static/fontello.json
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -rw-r--r-- | src/components/notifications/notifications.scss | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index a8f4430f..9efcfcf8 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -79,9 +79,38 @@ } } + .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; + display: flex; + justify-content: space-between; + + .follow-name { + display: block; + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } } .status-el { @@ -143,6 +172,11 @@ color: var(--cGreen, $fallback--cGreen); } + .icon-user.lit { + color: $fallback--cBlue; + color: var(--cBlue, $fallback--cBlue); + } + .icon-user-plus.lit { color: $fallback--cBlue; color: var(--cBlue, $fallback--cBlue); |
