You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Before we give our users access to our Restricted data (WR0158), we require them to acknowledge the fact. We currently do this using a Scrim with a custom container inside.
Describe the solution you'd like
The Dialog component already takes advantage of the <dialog> HTML element. We propose adding styling opportunities to the Dialog, or just a isBlurred property that effectively blurs the background information (before acknowledgement is given).
Describe alternatives you've considered
As seen in the above screenshot, it is also possible to create a custom solution using Scrim, e.g.
This sounds like something the designers should weigh in on but for now, you can always overwrite the eds Dialog backdrop in this slightly roundabout way:
give the eds Dialog a className such as .blurred-dialog and then add
Is your feature request related to a problem? Please describe.
Before we give our users access to our
Restricted
data (WR0158), we require them to acknowledge the fact. We currently do this using aScrim
with a custom container inside.Describe the solution you'd like
The
Dialog
component already takes advantage of the<dialog>
HTML element. We propose adding styling opportunities to theDialog
, or just aisBlurred
property that effectively blurs the background information (before acknowledgement is given).Describe alternatives you've considered
As seen in the above screenshot, it is also possible to create a custom solution using Scrim, e.g.
But we think it is better to agree on a shared component with a generic solution to this problem.
Additional context
N/A
The text was updated successfully, but these errors were encountered: