Skip to content

Commit

Permalink
[Settings]: Fix Safety Hub page (#26720)
Browse files Browse the repository at this point in the history
  • Loading branch information
fallaciousreasoning authored Nov 25, 2024
1 parent 6e587bc commit fc8af54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RegisterStyleOverride(
background-color: var(--leo-color-page-background) !important;
box-shadow: none !important;
}
slot {
slot:has(:not(settings-safety-hub-page)) {
box-shadow: var(--leo-effect-elevation-01) !important;
background-color: var(--leo-color-container-background) !important;
border-radius: var(--leo-radius-m) !important;
Expand Down

0 comments on commit fc8af54

Please sign in to comment.