diff options
| author | Vivian Lim <vivlim@pm.me> | 2018-06-27 23:55:57 -0700 |
|---|---|---|
| committer | Vivian Lim <vvnl@pm.me> | 2018-06-28 23:39:01 -0700 |
| commit | 65edcaf4b95964f94abbd9420fd11fc36490dbb1 (patch) | |
| tree | 162281b98f59235f054c1ca8acad02a791ca3abd /src | |
| parent | b3e122d31f95c5a130ce7c41970984502798903c (diff) | |
Differentiate content warning block if it is on lightbg
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/status/status.vue | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 09e6b54d..5f6b987a 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -506,9 +506,11 @@ a.unmute { .hiddenContent { margin: 8px; padding: 32px; - background: var(--lightBg, $fallback--lightBg); - color: #CCCCCC; - border-radius: var(--panelRadius, $fallback--panelRadius); + background: var(--lightBg, $fallback--lightBg); + border-radius: var(--panelRadius, $fallback--panelRadius); +} +.status-el_focused * .hiddenContent { + background: var(--bg, $fallback--bg); } .contentWarnedContent { margin: 8px; |
