Environment Information
- Package version(s):
- Browser and OS versions: All
Please provide a reproduction of the bug in a codepen:
- Go to a small list with ItemScope enabled : https://msft.spoppe.com/teams/SPGroups/Lists/AmySimpleList/AllItems.aspx
- Try doing a drag drop to reorder columns, a border appears around the dragged column header.
- Move to a large DocLib like https://msft.spoppe.com/teams/SPGroups/VNextDocLib/Forms/AllItems.aspx and try drag-n-drop. The border still appears.
- Now refresh the page and again try drag-n-drop. The border is no longer present.
- Go to the earlier small list again and try drag-n-drop. The border is no longer present.
The styles are organized in https://github.com/OfficeDev/office-ui-fabric-react/blob/2ce6c5ac3ccf4e62d4866841317b4aa55b8fb541/packages/office-ui-fabric-react/src/components/DetailsList/DetailsColumn.styles.ts
Actual behavior:

The style applied to the class "borderWhileDragging" gets overridden by the css applied to the root class.
Expected behavior:

The style applied to the class "borderWhileDragging" gets applied.
Priorities and help requested:
Are you willing to submit a PR to fix? (Yes, No)
Requested priority: (Blocking, High, Normal, Low)
Normal
Products/sites affected: (if applicable)
SharePoint
Environment Information
Please provide a reproduction of the bug in a codepen:
The styles are organized in https://github.com/OfficeDev/office-ui-fabric-react/blob/2ce6c5ac3ccf4e62d4866841317b4aa55b8fb541/packages/office-ui-fabric-react/src/components/DetailsList/DetailsColumn.styles.ts
Actual behavior:
The style applied to the class
"borderWhileDragging"gets overridden by the css applied to therootclass.Expected behavior:
The style applied to the class
"borderWhileDragging"gets applied.Priorities and help requested:
Are you willing to submit a PR to fix? (Yes, No)
Requested priority: (Blocking, High, Normal, Low)
Normal
Products/sites affected: (if applicable)
SharePoint