panels/statuses are looking really good now even with transparency

This commit is contained in:
Henry Jameson 2024-03-04 18:24:29 +02:00
commit a190389f3c
12 changed files with 97 additions and 67 deletions

View file

@ -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'
}
}
]