diff options
| author | eal <eal@waifu.club> | 2017-11-27 09:44:11 +0000 |
|---|---|---|
| committer | eal <eal@waifu.club> | 2017-11-27 09:44:11 +0000 |
| commit | da9cfdd06c9fc0a5359fa362d620e53fe286216e (patch) | |
| tree | 12bd97a2de3c902959a97d658645e22c898b1899 /src/components/notifications/notifications.scss | |
| parent | f50aed3a63c69ffa2f77aafb06a9d9e008e97cf3 (diff) | |
| parent | bcd10b34758b41cc09ec15153e9ca027fd4703f5 (diff) | |
Merge branch 'fix/notifications-star-not-colored' into 'develop'
Make star icon in notifications behave like the other icons..
See merge request pleroma/pleroma-fe!178
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -rw-r--r-- | src/components/notifications/notifications.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index db7b0843..241f10b4 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -59,6 +59,10 @@ color: $blue; } + .icon-star.lit { + color: orange; + } + .status-content { margin: 0; max-height: 300px; |
