aboutsummaryrefslogtreecommitdiff
path: root/src/components/status/post.style.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/status/post.style.js')
-rw-r--r--src/components/status/post.style.js6
1 files changed, 2 insertions, 4 deletions
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'
}
}
]