Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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": "@uifabric/experiments",
"comment": "Set 'margin 0' reset style for buttons in Safari and updated snapshots in experiments",
"type": "patch"
}
],
"packageName": "@uifabric/experiments",
"email": "v-brgarl@microsoft.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "office-ui-fabric-react",
"comment": "Set 'margin 0' reset style for buttons in Safari",
"type": "patch"
}
],
"packageName": "office-ui-fabric-react",
"email": "v-brgarl@microsoft.com"
}
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ exports[`CommandBar renders commands correctly 1`] = `
font-size: 14px;
font-weight: 400;
height: 100%;
margin-bottom: 0px;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are these still here?

margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
min-width: 40px;
outline: transparent;
padding-bottom: 0;
Expand Down Expand Up @@ -188,6 +192,10 @@ exports[`CommandBar renders commands correctly 1`] = `
font-size: 14px;
font-weight: 400;
height: 100%;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
min-width: 40px;
outline: transparent;
padding-bottom: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,10 @@ exports[`Breadcrumb basic rendering renders breadcumb correctly 2 1`] = `
font-size: 16px;
font-weight: 400;
height: 100%;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline: transparent;
overflow: hidden;
padding-bottom: 0;
Expand Down Expand Up @@ -1162,6 +1166,10 @@ exports[`Breadcrumb basic rendering renders breadcumb correctly 4 1`] = `
font-size: 16px;
font-weight: 400;
height: 100%;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline: transparent;
overflow: hidden;
padding-bottom: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ export const getStyles = memoizeFunction((
cursor: 'pointer',
verticalAlign: 'top',
padding: '0 16px',
borderRadius: 0
borderRadius: 0,
margin: 0
}
],

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export const getStyles = memoizeFunction((
cursor: 'pointer',
verticalAlign: 'top',
width: 32,
margin: 0,
marginLeft: -1
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ exports[`Button renders ActionButton correctly 1`] = `
font-size: 14px;
font-weight: 400;
height: 40px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline: transparent;
padding-bottom: 0;
padding-left: 4px;
Expand Down Expand Up @@ -139,6 +143,10 @@ exports[`Button renders CommandBarButton correctly 1`] = `
font-family: 'Segoe UI', 'Segoe UI Web (West European)', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
font-size: 14px;
font-weight: 400;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
min-width: 40px;
outline: transparent;
padding-bottom: 0;
Expand Down Expand Up @@ -309,6 +317,10 @@ exports[`Button renders CompoundButton correctly 1`] = `
font-size: 14px;
font-weight: 400;
height: auto;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
max-width: 280px;
min-height: 72px;
outline: transparent;
Expand Down Expand Up @@ -450,6 +462,10 @@ exports[`Button renders DefaultButton correctly 1`] = `
font-size: 14px;
font-weight: 400;
height: 32px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
min-width: 80px;
outline: transparent;
padding-bottom: 0;
Expand Down Expand Up @@ -560,6 +576,10 @@ exports[`Button renders IconButton correctly 1`] = `
font-size: 14px;
font-weight: 400;
height: 32px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline: transparent;
padding-bottom: 0;
padding-left: 4px;
Expand Down Expand Up @@ -677,6 +697,10 @@ exports[`Button renders a DefaultButton with a keytip correctly 1`] = `
font-size: 14px;
font-weight: 400;
height: 32px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
min-width: 80px;
outline: transparent;
padding-bottom: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@ exports[`ComboBox Renders ComboBox correctly 1`] = `
font-weight: 400;
height: 32px;
line-height: 30px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline: transparent;
padding-bottom: 0;
padding-left: 4px;
Expand Down Expand Up @@ -467,6 +471,10 @@ exports[`ComboBox renders a ComboBox with a Keytip correctly 1`] = `
font-weight: 400;
height: 32px;
line-height: 30px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline: transparent;
padding-bottom: 0;
padding-left: 4px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@ exports[`Facepile renders Facepile correctly 1`] = `
font-family: 'Segoe UI', 'Segoe UI Web (West European)', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
font-size: 14px;
font-weight: 400;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline: transparent;
padding-bottom: 0;
padding-left: 16px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ exports[`Nav renders Nav correctly 1`] = `
font-weight: 400;
height: 36px;
line-height: 36px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline: transparent;
overflow: hidden;
padding-bottom: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ exports[`Pivot renders Pivot correctly 1`] = `
font-size: 14px;
font-weight: 400;
height: 40px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline: transparent;
padding-bottom: 0;
padding-left: 4px;
Expand Down Expand Up @@ -149,6 +153,10 @@ exports[`Pivot renders Pivot correctly 1`] = `
font-size: 14px;
font-weight: 400;
height: 40px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline: transparent;
padding-bottom: 0;
padding-left: 4px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@ exports[`SpinButton renders SpinButton correctly 1`] = `
font-size: 14px;
font-weight: 400;
height: 50%;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline: none;
padding-bottom: 0;
padding-left: 0;
Expand Down Expand Up @@ -296,6 +300,10 @@ exports[`SpinButton renders SpinButton correctly 1`] = `
font-size: 14px;
font-weight: 400;
height: 50%;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline: none;
padding-bottom: 0;
padding-left: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ exports[`SwatchColorPicker renders SwatchColorPicker correctly 1`] = `
font-size: 14px;
font-weight: 400;
height: 40px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline: transparent;
overflow: visible;
padding-bottom: 0px;
Expand Down Expand Up @@ -272,6 +276,10 @@ exports[`SwatchColorPicker renders SwatchColorPicker correctly 1`] = `
font-size: 14px;
font-weight: 400;
height: 40px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline: transparent;
overflow: visible;
padding-bottom: 0px;
Expand Down Expand Up @@ -469,6 +477,10 @@ exports[`SwatchColorPicker renders SwatchColorPicker correctly 1`] = `
font-size: 14px;
font-weight: 400;
height: 40px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline: transparent;
overflow: visible;
padding-bottom: 0px;
Expand Down Expand Up @@ -666,6 +678,10 @@ exports[`SwatchColorPicker renders SwatchColorPicker correctly 1`] = `
font-size: 14px;
font-weight: 400;
height: 40px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline: transparent;
overflow: visible;
padding-bottom: 0px;
Expand Down Expand Up @@ -867,6 +883,10 @@ exports[`SwatchColorPicker renders SwatchColorPicker correctly 1`] = `
font-size: 14px;
font-weight: 400;
height: 40px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline: transparent;
overflow: visible;
padding-bottom: 0px;
Expand Down Expand Up @@ -1064,6 +1084,10 @@ exports[`SwatchColorPicker renders SwatchColorPicker correctly 1`] = `
font-size: 14px;
font-weight: 400;
height: 40px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline: transparent;
overflow: visible;
padding-bottom: 0px;
Expand Down Expand Up @@ -1261,6 +1285,10 @@ exports[`SwatchColorPicker renders SwatchColorPicker correctly 1`] = `
font-size: 14px;
font-weight: 400;
height: 40px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline: transparent;
overflow: visible;
padding-bottom: 0px;
Expand Down Expand Up @@ -1458,6 +1486,10 @@ exports[`SwatchColorPicker renders SwatchColorPicker correctly 1`] = `
font-size: 14px;
font-weight: 400;
height: 40px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline: transparent;
overflow: visible;
padding-bottom: 0px;
Expand Down Expand Up @@ -1659,6 +1691,10 @@ exports[`SwatchColorPicker renders SwatchColorPicker correctly 1`] = `
font-size: 14px;
font-weight: 400;
height: 40px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline: transparent;
overflow: visible;
padding-bottom: 0px;
Expand Down Expand Up @@ -1856,6 +1892,10 @@ exports[`SwatchColorPicker renders SwatchColorPicker correctly 1`] = `
font-size: 14px;
font-weight: 400;
height: 40px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline: transparent;
overflow: visible;
padding-bottom: 0px;
Expand Down Expand Up @@ -2053,6 +2093,10 @@ exports[`SwatchColorPicker renders SwatchColorPicker correctly 1`] = `
font-size: 14px;
font-weight: 400;
height: 40px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline: transparent;
overflow: visible;
padding-bottom: 0px;
Expand Down Expand Up @@ -2250,6 +2294,10 @@ exports[`SwatchColorPicker renders SwatchColorPicker correctly 1`] = `
font-size: 14px;
font-weight: 400;
height: 40px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline: transparent;
overflow: visible;
padding-bottom: 0px;
Expand Down
Loading