Skip to content

Commit

Permalink
fix: apply widget content blur on slotted content (#8192)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki authored Nov 20, 2024
1 parent bae0a94 commit 3ebe976
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ const dashboardWidget = css`
opacity: 1;
}
:host([resize-mode]) [part~='content'],
:host([move-mode]) [part~='content'] {
:host([resize-mode]) [part~='content'] ::slotted(*),
:host([move-mode]) [part~='content'] ::slotted(*) {
opacity: 0.3;
filter: blur(10px);
}
Expand Down

0 comments on commit 3ebe976

Please sign in to comment.