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": "CommandBar Example: More specific selector for text color to override the link styles we get from msgraph on the website.",
"type": "patch"
}
],
"packageName": "office-ui-fabric-react",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,19 @@

/* Require update when office-ui-fabric-react changes to CSS modules */
.button {
&:global.ms-Button {
height: 40px;
min-width: 28px;
padding: 0 5px;
}
&:global.ms-Button {
height: 40px;
min-width: 28px;
padding: 0 5px;
}

&:hover {
background: initial;
}
}

&:hover {
background: initial;
}
:global(.ms-CommandBarItem-commandText) {
color: $ms-color-neutralPrimary;
}

.darkerBG {
Expand Down