Skip to content

Commit

Permalink
update test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
spmonahan committed Mar 29, 2024
1 parent 89a965d commit 55aa021
Showing 1 changed file with 42 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4207,6 +4207,20 @@ exports[`DonutChart snapShot testing renders enabledLegendsWrapLines correctly 1
@media screen and (-ms-high-contrast: active), screen and (forced-colors: active){.ms-Fabric--isFocusVisible &:focus:after {
outline-color: #605e5c;
}
:host(.ms-Fabric--isFocusVisible) &:focus:after {
border: 1px solid transparent;
bottom: 1px;
content: "";
left: 1px;
outline: 1px solid #605e5c;
position: absolute;
right: 1px;
top: 1px;
z-index: 1;
}
@media screen and (-ms-high-contrast: active), screen and (forced-colors: active){:host(.ms-Fabric--isFocusVisible) &:focus:after {
outline-color: #605e5c;
}
data-is-focusable={true}
onBlur={[Function]}
onClick={[Function]}
Expand Down Expand Up @@ -5486,6 +5500,20 @@ exports[`DonutChart snapShot testing renders value inside onf the pie 1`] = `
@media screen and (-ms-high-contrast: active), screen and (forced-colors: active){.ms-Fabric--isFocusVisible &:focus:after {
outline-color: #605e5c;
}
:host(.ms-Fabric--isFocusVisible) &:focus:after {
border: 1px solid transparent;
bottom: 1px;
content: "";
left: 1px;
outline: 1px solid #605e5c;
position: absolute;
right: 1px;
top: 1px;
z-index: 1;
}
@media screen and (-ms-high-contrast: active), screen and (forced-colors: active){:host(.ms-Fabric--isFocusVisible) &:focus:after {
outline-color: #605e5c;
}
data-is-focusable={true}
onBlur={[Function]}
onClick={[Function]}
Expand Down Expand Up @@ -5576,6 +5604,20 @@ exports[`DonutChart snapShot testing renders value inside onf the pie 1`] = `
@media screen and (-ms-high-contrast: active), screen and (forced-colors: active){.ms-Fabric--isFocusVisible &:focus:after {
outline-color: #605e5c;
}
:host(.ms-Fabric--isFocusVisible) &:focus:after {
border: 1px solid transparent;
bottom: 1px;
content: "";
left: 1px;
outline: 1px solid #605e5c;
position: absolute;
right: 1px;
top: 1px;
z-index: 1;
}
@media screen and (-ms-high-contrast: active), screen and (forced-colors: active){:host(.ms-Fabric--isFocusVisible) &:focus:after {
outline-color: #605e5c;
}
data-is-focusable={true}
onBlur={[Function]}
onClick={[Function]}
Expand Down

0 comments on commit 55aa021

Please sign in to comment.