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": "Button: reverting previous tweak to fix ComboBox dropdown selection styling.",
"type": "patch"
}
],
"packageName": "office-ui-fabric-react",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ exports[`Breadcrumb renders breadcumb correctly 2`] = `
aria-pressed={undefined}
className=
ms-Button
ms-Button--icon
ms-Breadcrumb-overflowButton
ms-Button--icon
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const getBaseButtonClassNames = memoizeFunction((
root: [
'ms-Button',
styles.root,
className,
variantClassName,
checked && [
'is-checked',
Expand Down Expand Up @@ -71,8 +72,7 @@ export const getBaseButtonClassNames = memoizeFunction((
':hover': styles.rootCheckedHovered,
':active': styles.rootCheckedPressed
}
},
className
}
],
flexContainer: [
'ms-Button-flexContainer',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ exports[`ComboBox Renders ComboBox correctly 1`] = `
checked={false}
className=
ms-Button
ms-Button--icon
ms-ComboBox-CaretDown-button
ms-Button--icon
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ exports[`Nav renders Nav correctly 1`] = `
aria-pressed={undefined}
className=
ms-Button
ms-Nav-link
ms-Button--action
ms-Button--command
ms-Nav-link
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
Expand Down Expand Up @@ -128,6 +128,10 @@ exports[`Nav renders Nav correctly 1`] = `
top: 1px;
z-index: 1;
}
.ms-Nav-compositeLink:hover & {
background-color: #f8f8f8;
color: #333333;
}
&:hover {
color: #0078d7;
}
Expand All @@ -140,10 +144,6 @@ exports[`Nav renders Nav correctly 1`] = `
&:active .ms-Button-icon {
color: #004578;
}
.ms-Nav-compositeLink:hover & {
background-color: #f8f8f8;
color: #333333;
}
data-is-focusable={true}
disabled={undefined}
onClick={[Function]}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ exports[`Pivot renders Pivot correctly 1`] = `
aria-selected={true}
className=
ms-Button
ms-Button--action
ms-Button--command
ms-Pivot-link
is-selected
undefined
ms-Button--action
ms-Button--command
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
Expand Down Expand Up @@ -120,9 +120,9 @@ exports[`Pivot renders Pivot correctly 1`] = `
aria-selected={false}
className=
ms-Button
ms-Pivot-link
ms-Button--action
ms-Button--command
ms-Pivot-link
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ exports[`SpinButton renders SpinButton correctly 1`] = `
checked={false}
className=
ms-Button
ms-Button--icon
ms-UpButton
ms-Button--icon
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
Expand Down Expand Up @@ -259,8 +259,8 @@ exports[`SpinButton renders SpinButton correctly 1`] = `
checked={false}
className=
ms-Button
ms-Button--icon
ms-DownButton
ms-Button--icon
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
Expand Down