From a190389f3c9f44072465560dce7203e9ce328f2c Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 4 Mar 2024 18:24:29 +0200 Subject: panels/statuses are looking really good now even with transparency --- src/components/status/post.style.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/components/status') diff --git a/src/components/status/post.style.js b/src/components/status/post.style.js index 673f72e0..8dce527e 100644 --- a/src/components/status/post.style.js +++ b/src/components/status/post.style.js @@ -20,15 +20,13 @@ export default { defaultRules: [ { directives: { - background: '--bg', - opacity: 0 + background: '--bg' } }, { state: ['selected'], directives: { - background: '--inheritedBackground, 10', - opacity: 1 + background: '--inheritedBackground, 10' } } ] -- cgit v1.2.3-70-g09d2