Skip to content

Commit 78e04ca

Browse files
committed
fixing stylelint issues
1 parent 4570c1f commit 78e04ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/mgt-components/src/styles/shared-styles.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,20 @@ $focus-ring-style: var(--focus-ring-style, auto);
2121
--theme-primary-color: #0078d7;
2222
--theme-dark-color: #005a9e;
2323
}
24+
2425
:focus-visible {
2526
// ensure default is correctly set for Firefox
2627
outline-color: var(--focus-ring-color, Highlight);
28+
2729
// ensure default is set for other browsers
30+
/* stylelint-disable-next-line declaration-block-no-duplicate-properties */
2831
outline-color: var(--focus-ring-color, -webkit-focus-ring-color);
32+
2933
// set the style of the focus ring
3034
// this needs to be something other than auto in Firefox to use the custom color
3135
outline-style: $focus-ring-style;
3236
}
37+
3338
.ms-icon {
3439
display: inline-block;
3540
font-family: $font-icon;

0 commit comments

Comments
 (0)