File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
packages/mgt-components/src/styles Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments