aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.scss
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2020-08-06 13:38:07 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2020-08-06 13:38:07 +0000
commitb9d1ecec44375c15e0425fb78dbc8ca92c0669a8 (patch)
tree7aa1707f56b22855c8c7ffa84320bbb2a7c0aa1c /src/components/notifications/notifications.scss
parent3e6e6096bfd1dad3283396c086e45b09523faaee (diff)
parent0feab1d97cb4683f2cc1869e08078097e787fcd1 (diff)
Merge branch 'stylelint-rscss-1' into 'develop'
Stylelint + RSCSS initial approach See merge request pleroma/pleroma-fe!1205
Diffstat (limited to 'src/components/notifications/notifications.scss')
-rw-r--r--src/components/notifications/notifications.scss15
1 files changed, 4 insertions, 11 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss
index b1a3ad70..1bd91995 100644
--- a/src/components/notifications/notifications.scss
+++ b/src/components/notifications/notifications.scss
@@ -60,16 +60,8 @@
height: 32px;
}
- .status-body {
- color: $fallback--faint;
- color: var(--faint, $fallback--faint);
- a {
- color: var(--faintLink);
- }
- .status-content a {
- color: var(--postFaintLink);
- }
- }
+ --link: var(--faintLink);
+ --text: var(--faint);
}
.follow-request-accept {
@@ -106,7 +98,8 @@
}
}
- .status-el {
+ /* TODO cleanup this */
+ .Status {
flex: 1;
}