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": "DocumentCard: Change it to use set theme",
"type": "patch"
}
],
"packageName": "office-ui-fabric-react",
"email": "joschect@microsoft.com"
}
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ $ms-DocumentCardActions-verticalPadding: 4px;

:global(.ms-Button:hover) {
:global(.ms-Button-icon) {
color: #1174c3;
color: $buttonTextColor;
cursor: pointer;
}
}
Expand Down Expand Up @@ -162,7 +162,7 @@ $ms-DocumentCardActivity-personaTextGutter: 8px;
top: -1px;
right: -1px;
bottom: -1px;
border: 2px solid #fafafa; // Match the background of the card
border: 2px solid $ms-color-white; // Match the background of the card
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

do we need the border?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I do not know.

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.

I think it would be wise to keep a visible border if there was one.

Copy link
Copy Markdown
Member

@dzearing dzearing Mar 2, 2018

Choose a reason for hiding this comment

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

neutralLighterAlt which is f8f8f8

border-radius: 50%;
}
}
Expand Down