File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @primer/css " : patch
3
+ ---
4
+
5
+ Increase specificy for Overlay styles as they relate to the backdrop and positioning options
6
+ - If a Dialog opens a second Dialog, each Dialog properties should be contained to its own scope
Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ $primer-borderRadius-large: 0.75rem;
345
345
align-items : center ;
346
346
justify-content : left ;
347
347
348
- .Overlay#{$responsiveVariant } {
348
+ > .Overlay#{$responsiveVariant } {
349
349
height : 100vh ;
350
350
max-height : unset ;
351
351
border-radius : $primer-borderRadius-large ;
@@ -362,7 +362,7 @@ $primer-borderRadius-large: 0.75rem;
362
362
align-items : center ;
363
363
justify-content : right ;
364
364
365
- .Overlay#{$responsiveVariant } {
365
+ > .Overlay#{$responsiveVariant } {
366
366
height : 100vh ;
367
367
max-height : unset ;
368
368
border-radius : $primer-borderRadius-large ;
@@ -379,7 +379,7 @@ $primer-borderRadius-large: 0.75rem;
379
379
align-items : end ;
380
380
justify-content : center ;
381
381
382
- .Overlay#{$responsiveVariant } {
382
+ > .Overlay#{$responsiveVariant } {
383
383
width : 100vw ;
384
384
height : auto ;
385
385
max-height : calc (100vh - 2rem );
@@ -397,7 +397,7 @@ $primer-borderRadius-large: 0.75rem;
397
397
align-items : start ;
398
398
justify-content : center ;
399
399
400
- .Overlay#{$responsiveVariant } {
400
+ > .Overlay#{$responsiveVariant } {
401
401
border-radius : $primer-borderRadius-large ;
402
402
border-top-left-radius : 0 ;
403
403
border-top-right-radius : 0 ;
You can’t perform that action at this time.
0 commit comments