Skip to content

Commit 6e8378b

Browse files
Remove border property containing typo from .ms-PositioningContainer-layerHost root (#32885)
Co-authored-by: Makoto Morimoto <Humberto.Morimoto@microsoft.com>
1 parent e9706f7 commit 6e8378b

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Delete border property from ms-PositioningContainer-layerHost containing typo",
4+
"packageName": "@fluentui/react",
5+
"email": "706967+KevinTCoughlin@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}

packages/react/src/components/Coachmark/PositioningContainer/PositioningContainer.styles.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export const getClassNames = memoizeFunction((): IPositioningContainerNames => {
2727
{
2828
position: 'absolute',
2929
boxSizing: 'border-box',
30-
border: '1px solid ${}',
3130
selectors: {
3231
[HighContrastSelector]: {
3332
border: '1px solid WindowText',

packages/react/src/components/Coachmark/__snapshots__/Coachmark.test.tsx.snap

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ exports[`Coachmark renders Coachmark (color properties) 1`] = `
3939
class=
4040
ms-PositioningContainer-layerHost
4141
{
42-
border: 1px solid \${};
4342
box-sizing: border-box;
4443
outline: transparent;
4544
position: absolute;
@@ -275,7 +274,6 @@ exports[`Coachmark renders Coachmark (correctly) 1`] = `
275274
class=
276275
ms-PositioningContainer-layerHost
277276
{
278-
border: 1px solid \${};
279277
box-sizing: border-box;
280278
outline: transparent;
281279
position: absolute;
@@ -513,7 +511,6 @@ exports[`Coachmark renders Coachmark (isCollapsed) 1`] = `
513511
class=
514512
ms-PositioningContainer-layerHost
515513
{
516-
border: 1px solid \${};
517514
box-sizing: border-box;
518515
outline: transparent;
519516
position: absolute;

0 commit comments

Comments
 (0)