File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -63,17 +63,17 @@ mat-menu {
6363 @include cdk .high-contrast (active , off) {
6464 outline : solid 1px ;
6565 }
66- }
6766
68- .mat-divider {
69- // Use margin instead of padding since divider uses border-top for line
70- @include token-utils .use-tokens (
71- tokens-mat-menu .$prefix ,
72- tokens-mat-menu .get-token-slots ()
73- ) {
74- color : var (#{token-utils .get-token-variable (divider-color )} );
75- margin-bottom : var (#{token-utils .get-token-variable (divider-bottom-spacing )} );
76- margin-top : var (#{token-utils .get-token-variable (divider-top-spacing )} );
67+ .mat-divider {
68+ // Use margin instead of padding since divider uses border-top to render out the line.
69+ @include token-utils .use-tokens (
70+ tokens-mat-menu .$prefix ,
71+ tokens-mat-menu .get-token-slots ()
72+ ) {
73+ color : var (#{token-utils .get-token-variable (divider-color )} );
74+ margin-bottom : var (#{token-utils .get-token-variable (divider-bottom-spacing )} );
75+ margin-top : var (#{token-utils .get-token-variable (divider-top-spacing )} );
76+ }
7777 }
7878}
7979
You can’t perform that action at this time.
0 commit comments