Add dialog backdrop blur theme variable#7635
Add dialog backdrop blur theme variable#7635bramkragten merged 5 commits intohome-assistant:devfrom noxhirsch:dev
Conversation
|
Not all our dialogs use the new |
|
Thank you for the hint! I'll add it to the |
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
|
@bramkragten I tried lots of things in the last few hours to get it working with My suggestion or rather my wish would be, to add it as it is - as an undocumented variable, because it's already very useful - the only places where it doesn't work (as far as I can see) are in "edit mode" and in the "backend" (like automation editor). |
|
I think it would be iron-overlay-backdrop {
backdrop-filter: blur(10px);
} |

Breaking change
Proposed change
I've added a theme variable which allows to blur the background behind dialog popups. This creates a much more modern look and puts the dialog more into focus (less distracting background). Default is set to zero - so it isn't a breaking change.



Type of change
Example configuration
Additional information
Checklist
If user exposed functionality or configuration variables are added/changed: