@@ -31,7 +31,7 @@ exports[`Card Section renders correctly 1`] = `
3131 & > *:not(.ms-StackItem) {
3232 flex - shrink : 1 ;
3333 }
34- @media screen and (-ms-high-contrast: active), @media screen and (forced-colors: active){ & {
34+ @media screen and (-ms-high-contrast: active), screen and (forced-colors: active){ & {
3535 box-shadow: 0 1.6px 3.6px 0 Highlight , 0 0.3px 0.9px 0 Highlight;
3636 }
3737 onKeyDown = {[Function]}
@@ -109,7 +109,7 @@ exports[`Card Section renders correctly when filling up the margins while being
109109 & > *:not(.ms-StackItem) {
110110 flex - shrink : 1 ;
111111 }
112- @media screen and (-ms-high-contrast: active), @media screen and (forced-colors: active){ & {
112+ @media screen and (-ms-high-contrast: active), screen and (forced-colors: active){ & {
113113 box-shadow: 0 1.6px 3.6px 0 Highlight , 0 0.3px 0.9px 0 Highlight;
114114 }
115115 onKeyDown = {[Function]}
@@ -224,7 +224,7 @@ exports[`Card Section renders correctly when filling up the margins while being
224224 & > *:not(.ms-StackItem) {
225225 flex - shrink : 1 ;
226226 }
227- @media screen and (-ms-high-contrast: active), @media screen and (forced-colors: active){ & {
227+ @media screen and (-ms-high-contrast: active), screen and (forced-colors: active){ & {
228228 box-shadow: 0 1.6px 3.6px 0 Highlight , 0 0.3px 0.9px 0 Highlight;
229229 }
230230 onKeyDown = {[Function]}
@@ -339,7 +339,7 @@ exports[`Card Section renders correctly when filling up the margins while being
339339 & > *:not(.ms-StackItem) {
340340 flex - shrink : 1 ;
341341 }
342- @media screen and (-ms-high-contrast: active), @media screen and (forced-colors: active){ & {
342+ @media screen and (-ms-high-contrast: active), screen and (forced-colors: active){ & {
343343 box-shadow: 0 1.6px 3.6px 0 Highlight , 0 0.3px 0.9px 0 Highlight;
344344 }
345345 onKeyDown = {[Function]}
@@ -454,7 +454,7 @@ exports[`Card Section renders correctly when filling up the margins while being
454454 & > *:not(.ms-StackItem) {
455455 flex - shrink : 1 ;
456456 }
457- @media screen and (-ms-high-contrast: active), @media screen and (forced-colors: active){ & {
457+ @media screen and (-ms-high-contrast: active), screen and (forced-colors: active){ & {
458458 box-shadow: 0 1.6px 3.6px 0 Highlight , 0 0.3px 0.9px 0 Highlight;
459459 }
460460 onKeyDown = {[Function]}
@@ -569,7 +569,7 @@ exports[`Card Section renders correctly when filling up the margins while being
569569 & > *:not(.ms-StackItem) {
570570 flex - shrink : 1 ;
571571 }
572- @media screen and (-ms-high-contrast: active), @media screen and (forced-colors: active){ & {
572+ @media screen and (-ms-high-contrast: active), screen and (forced-colors: active){ & {
573573 box-shadow: 0 1.6px 3.6px 0 Highlight , 0 0.3px 0.9px 0 Highlight;
574574 }
575575 onKeyDown = {[Function]}
@@ -721,7 +721,7 @@ exports[`Card Section renders correctly when filling up the margins while being
721721 & > *:not(.ms-StackItem) {
722722 flex - shrink : 1 ;
723723 }
724- @media screen and (-ms-high-contrast: active), @media screen and (forced-colors: active){ & {
724+ @media screen and (-ms-high-contrast: active), screen and (forced-colors: active){ & {
725725 box-shadow: 0 1.6px 3.6px 0 Highlight , 0 0.3px 0.9px 0 Highlight;
726726 }
727727 onKeyDown = {[Function]}
@@ -873,7 +873,7 @@ exports[`Card Section renders correctly when filling up the margins while being
873873 & > *:not(.ms-StackItem) {
874874 flex - shrink : 1 ;
875875 }
876- @media screen and (-ms-high-contrast: active), @media screen and (forced-colors: active){ & {
876+ @media screen and (-ms-high-contrast: active), screen and (forced-colors: active){ & {
877877 box-shadow: 0 1.6px 3.6px 0 Highlight , 0 0.3px 0.9px 0 Highlight;
878878 }
879879 onKeyDown = {[Function]}
@@ -951,7 +951,7 @@ exports[`Card Section renders correctly when filling up the margins while being
951951 & > *:not(.ms-StackItem) {
952952 flex - shrink : 1 ;
953953 }
954- @media screen and (-ms-high-contrast: active), @media screen and (forced-colors: active){ & {
954+ @media screen and (-ms-high-contrast: active), screen and (forced-colors: active){ & {
955955 box-shadow: 0 1.6px 3.6px 0 Highlight , 0 0.3px 0.9px 0 Highlight;
956956 }
957957 onKeyDown = {[Function]}
@@ -1029,7 +1029,7 @@ exports[`Card Section renders correctly when having tokens passed to it 1`] = `
10291029 & > *:not(.ms-StackItem) {
10301030 flex - shrink : 1 ;
10311031 }
1032- @media screen and (-ms-high-contrast: active), @media screen and (forced-colors: active){ & {
1032+ @media screen and (-ms-high-contrast: active), screen and (forced-colors: active){ & {
10331033 box-shadow: 0 1.6px 3.6px 0 Highlight , 0 0.3px 0.9px 0 Highlight;
10341034 }
10351035 onKeyDown = {[Function]}
0 commit comments