Skip to content

Commit

Permalink
Merge pull request #6 from microsoft/master
Browse files Browse the repository at this point in the history
  • Loading branch information
alphashr authored Nov 20, 2021
2 parents 85d2447 + 15b8789 commit 7161a46
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix: proper css targeting for flipper",
"packageName": "@microsoft/fast-components",
"email": "jes@microsoft.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,9 @@ export const switchStyles: (
visibility: hidden;
}
::slotted(*) {
${
/* Need to discuss with Brian how HorizontalSpacingNumber can work. https://github.com/microsoft/fast/issues/2766 */ ""
} margin-inline-start: calc(${designUnit} * 2px + 2px);
::slotted([slot="checked-message"]),
::slotted([slot="unchecked-message"]) {
margin-inline-start: calc(${designUnit} * 2px + 2px);
}
:host([aria-checked="true"]) .checked-indicator {
Expand Down

0 comments on commit 7161a46

Please sign in to comment.