File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
react/src/components/Modal
styles/scss/components/modal Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1616@use ' @carbon/react/scss/components/multiselect/multiselect' ;
1717
1818.preview-modal {
19+ @include dialog .dialog ();
1920 @include modal .modal (
2021 $enable-experimental-focus-wrap-without-sentinels : true,
2122 $enable-focus-wrap-without-sentinels : true,
2223 $enable-dialog-element : true
2324 );
24- @include dialog .dialog ();
2525 @include text-input .text-input ();
2626 @include select .select ();
2727 @include dropdown .dropdown ();
Original file line number Diff line number Diff line change 9696 .#{$prefix } --modal-container {
9797 position : fixed ;
9898 display : grid ;
99+ border : 1px solid $border-subtle-01 ;
99100 background-color : $layer ;
100101 grid-template-columns : 100% ;
101102 grid-template-rows : auto 1fr auto ;
You can’t perform that action at this time.
0 commit comments