Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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: Prevent override of column cell border while dragging",
"type": "patch"
}
],
"packageName": "office-ui-fabric-react",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ export const getStyles = (props: IDetailsColumnStyleProps): IDetailsColumnStyles
display: 'block'
}
}
},
{
border: 'undefined'
}
],

Expand Down Expand Up @@ -191,13 +194,9 @@ export const getStyles = (props: IDetailsColumnStyleProps): IDetailsColumnStyles

borderWhileDragging: [
{
selectors: {
'.ms-DetailsHeader &.ms-DetailsHeader-cell': {
borderStyle: 'solid',
borderWidth: 1,
borderColor: palette.themePrimary
}
}
borderStyle: 'solid',
borderWidth: 1,
borderColor: palette.themePrimary
}
]
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ exports[`DetailsHeader can render 1`] = `
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -456,7 +456,7 @@ exports[`DetailsHeader can render 1`] = `
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -668,7 +668,7 @@ exports[`DetailsHeader can render 1`] = `
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -1138,7 +1138,7 @@ exports[`DetailsHeader renders accessible labels 1`] = `
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -1328,7 +1328,7 @@ exports[`DetailsHeader renders accessible labels 1`] = `
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -1565,7 +1565,7 @@ exports[`DetailsHeader renders accessible labels 1`] = `
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ exports[`DetailsList renders List correctly 1`] = `
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -894,7 +894,7 @@ exports[`DetailsList renders List correctly with onRenderDivider props 1`] = `
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -1050,7 +1050,7 @@ exports[`DetailsList renders List correctly with onRenderDivider props 1`] = `
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -1206,7 +1206,7 @@ exports[`DetailsList renders List correctly with onRenderDivider props 1`] = `
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -1362,7 +1362,7 @@ exports[`DetailsList renders List correctly with onRenderDivider props 1`] = `
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -1518,7 +1518,7 @@ exports[`DetailsList renders List correctly with onRenderDivider props 1`] = `
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -2068,7 +2068,7 @@ exports[`DetailsList renders List in compact mode correctly 1`] = `
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -2651,7 +2651,7 @@ exports[`DetailsList renders List in fixed constrained layout correctly 1`] = `
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -2840,7 +2840,7 @@ exports[`DetailsList renders List in fixed constrained layout correctly 1`] = `
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -3029,7 +3029,7 @@ exports[`DetailsList renders List in fixed constrained layout correctly 1`] = `
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -3611,7 +3611,7 @@ exports[`DetailsList renders List with custom icon as column divider 1`] = `
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -3770,7 +3770,7 @@ exports[`DetailsList renders List with custom icon as column divider 1`] = `
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -3929,7 +3929,7 @@ exports[`DetailsList renders List with custom icon as column divider 1`] = `
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -4088,7 +4088,7 @@ exports[`DetailsList renders List with custom icon as column divider 1`] = `
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -4247,7 +4247,7 @@ exports[`DetailsList renders List with custom icon as column divider 1`] = `
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -4655,7 +4655,7 @@ exports[`DetailsList renders List with hidden checkboxes correctly 1`] = `
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ exports[`DetailsRow renders details list row correctly 1`] = `
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -445,7 +445,7 @@ exports[`DetailsRow renders details list row correctly 1`] = `
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -578,7 +578,7 @@ exports[`DetailsRow renders details list row correctly 1`] = `
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -1124,7 +1124,7 @@ exports[`DetailsRow renders details list row with all rows selected correctly 1`
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -1257,7 +1257,7 @@ exports[`DetailsRow renders details list row with all rows selected correctly 1`
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -1390,7 +1390,7 @@ exports[`DetailsRow renders details list row with all rows selected correctly 1`
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -2470,7 +2470,7 @@ exports[`DetailsRow renders details list row with multiple selections correctly
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -2603,7 +2603,7 @@ exports[`DetailsRow renders details list row with multiple selections correctly
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -2736,7 +2736,7 @@ exports[`DetailsRow renders details list row with multiple selections correctly
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -3282,7 +3282,7 @@ exports[`DetailsRow renders details list row with one row selected correctly 1`]
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -3415,7 +3415,7 @@ exports[`DetailsRow renders details list row with one row selected correctly 1`]
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down Expand Up @@ -3548,7 +3548,7 @@ exports[`DetailsRow renders details list row with one row selected correctly 1`]
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
border: none;
border: undefined;
box-sizing: border-box;
color: #333333;
display: inline-block;
Expand Down