Skip to content

Commit

Permalink
hide selected widget default shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki committed Oct 2, 2024
1 parent 5393211 commit f0a5759
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ const dashboardWidget = css`
opacity: var(--_vaadin-dashboard-widget-opacity);
filter: var(--_vaadin-dashboard-widget-filter);
background-color: var(--lumo-base-color);
}
:host(:not([selected])) {
box-shadow: var(--lumo-box-shadow-s);
}
Expand Down

0 comments on commit f0a5759

Please sign in to comment.