File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
components/contextualhelp Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 51
51
" --spectrum-body-color" ,
52
52
" --spectrum-body-sans-serif-font-style" ,
53
53
" --spectrum-body-sans-serif-font-weight" ,
54
- " --spectrum-component-to-menu-large" ,
55
- " --spectrum-component-to-menu-medium" ,
56
54
" --spectrum-corner-radius-large-default" ,
57
55
" --spectrum-line-height-200" ,
58
- " --spectrum-picker-popover-animation-distance" ,
59
56
" --spectrum-sans-font-family-stack" ,
60
57
" --spectrum-spacing-100" ,
61
58
" --spectrum-spacing-300" ,
Original file line number Diff line number Diff line change 33
33
--spectrum-contextual-help-border-radius : var (--mod-popover-corner-radius );
34
34
35
35
/* @passthrough start */
36
- /* stylelint-disable-next-line spectrum-tools/no-unused-custom-properties -- used to assign Popover mods */
37
- --spectrum-picker-popover-animation-distance : var (--spectrum-component-to-menu-medium );
38
-
39
36
--mod-popover-animation-distance : var (--spectrum-spacing-100 );
40
37
--mod-popover-corner-radius : var (--spectrum-corner-radius-large-default );
41
38
/* @passthrough end */
51
48
}
52
49
53
50
.spectrum-ContextualHelp-popover {
54
- /* stylelint-disable-next-line spectrum-tools/no-unused-custom-properties -- used to assign Popover mods */
55
- --spectrum-picker-popover-animation-distance : var (--spectrum-component-to-menu-large );
56
-
57
51
padding : var (--mod-contextual-help-padding , var (--spectrum-contextual-help-padding ));
58
52
font-size : var (--mod-contextual-help-body-size , var (--spectrum-contextual-help-body-size ));
59
53
color : var (--highcontrast-contextual-help-body-color , var (--mod-contextual-help-body-color , var (--spectrum-body-color )));
You can’t perform that action at this time.
0 commit comments