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,7 @@
{
"type": "patch",
"comment": "remove redundant styles",
"packageName": "@fluentui/react-charts",
"email": "anushgupta@microsoft.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ const useStyles = makeStyles({
calloutContentRoot: {
Comment thread
Anush2303 marked this conversation as resolved.
display: 'grid',
overflow: 'hidden',
// TODO: Confirm this style is needed. Shorthands are not used correctly, therefore this style has no effect.
// ...shorthands.padding('11px 16px 10px 16px'),
backgroundColor: tokens.colorNeutralBackground1,
backgroundBlendMode: 'normal, luminosity',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ const useStyles = makeStyles({
whiteSpace: 'nowrap',
width: '100%',
alignItems: 'center',
// TODO: Confirm this style is needed. Shorthands are not used correctly, therefore this style has no effect.
// ...shorthands.margin('-8px 0 0 -8px'),
},
legend: {
// setting display to flex does not work
Expand Down