Skip to content

Commit

Permalink
fix(modals): force neutral-50 color to close icon as an interim fix p…
Browse files Browse the repository at this point in the history
…art2 for custom aura modals which failed to meet guidelines (#5405)

Co-authored-by: Ravi Kiran Kudupudi <rkudupudi@rkudupu-ltmx3hy.internal.salesforce.com>
  • Loading branch information
Ravki and Ravi Kiran Kudupudi authored Oct 10, 2024
1 parent 0b6b83b commit c9848c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/components/modals/base/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,11 @@
color: var(--slds-g-color-neutral-base-50,#747474);
--slds-c-icon-color-foreground: var(--slds-g-color-neutral-base-50,#747474);
}

// Interim fix part 2 released to handle non compliant custom aura modal implementations. W-16940743
&.slds-icon-utility-close, .slds-icon-utility-close {
--slds-c-icon-color-foreground: var(--slds-g-color-neutral-base-50,#747474);
}
}

@mixin backdrop {
Expand Down

0 comments on commit c9848c8

Please sign in to comment.