Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "office-ui-fabric-react",
"comment": "DetailsList Example: Update snapshot for DnD example.",
"type": "none"
}
],
"packageName": "office-ui-fabric-react",
"email": "keco@microsoft.com"
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ exports[`Component Examples renders DetailsList.DragDrop.Example.tsx correctly 1
<div
className=
ms-Toggle
is-checked
is-enabled
{
-moz-osx-font-smoothing: grayscale;
Expand Down Expand Up @@ -55,14 +56,14 @@ exports[`Component Examples renders DetailsList.DragDrop.Example.tsx correctly 1
}
>
<button
aria-checked={false}
checked={false}
aria-checked={true}
checked={true}
className=
ms-Toggle-background
{
align-items: center;
background: #ffffff;
border-color: #666666;
background: #0078d4;
border-color: transparent;
border-radius: 1em;
border-style: solid;
border-width: 1px;
Expand All @@ -71,6 +72,7 @@ exports[`Component Examples renders DetailsList.DragDrop.Example.tsx correctly 1
display: flex;
font-size: 20px;
height: 1em;
justify-content: flex-end;
outline: transparent;
padding-bottom: 0;
padding-left: .2em;
Expand All @@ -95,14 +97,16 @@ exports[`Component Examples renders DetailsList.DragDrop.Example.tsx correctly 1
z-index: 1;
}
&:hover {
border-color: #333333;
}
@media screen and (-ms-high-contrast: active){&:hover .ms-Toggle-thumb {
border-color: Highlight;
background-color: #106ebe;
border-color: transparent;
}
@media screen and (-ms-high-contrast: active){&:hover {
background-color: Highlight;
border-color: Highlight;
}
@media screen and (-ms-high-contrast: active){& {
background-color: WindowText;
}
data-is-focusable={true}
id="Toggle0"
onChange={[Function]}
Expand All @@ -114,7 +118,7 @@ exports[`Component Examples renders DetailsList.DragDrop.Example.tsx correctly 1
className=
ms-Toggle-thumb
{
background-color: #333333;
background-color: #ffffff;
border-color: transparent;
border-radius: .5em;
border-style: solid;
Expand All @@ -124,6 +128,10 @@ exports[`Component Examples renders DetailsList.DragDrop.Example.tsx correctly 1
transition: all 0.1s ease;
width: .5em;
}
@media screen and (-ms-high-contrast: active){& {
background-color: Window;
border-color: Window;
}
/>
</button>
<label
Expand Down Expand Up @@ -163,7 +171,7 @@ exports[`Component Examples renders DetailsList.DragDrop.Example.tsx correctly 1
user-select: none;
}
>
Disabled
Enabled
</label>
</div>
</div>
Expand Down