more transparent panels fixes

This commit is contained in:
Henry Jameson 2024-03-07 00:28:16 +02:00
commit 6d77bc2bd5
5 changed files with 15 additions and 8 deletions

View file

@ -68,14 +68,14 @@ export default {
{
state: ['toggled'],
directives: {
background: '--inheritedBackground,-24.2',
background: '--inheritedBackground,-14.2',
shadow: ['--defaultButtonShadow', '--pressedButtonBevel']
}
},
{
state: ['toggled', 'hover'],
directives: {
background: '--inheritedBackground,-24.2',
background: '--inheritedBackground,-14.2',
shadow: ['--defaultButtonHoverGlow', '--pressedButtonBevel']
}
},