File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ $navExternalLinkIndicator: #{$block}__external-link-indicator;
6363 --fdNavigation_Link_Icon_Size : 1rem ;
6464 --fdNavigation_Link_Icon_Color : var (--sapList_TextColor );
6565 --fdNavigation_Link_Min_Height : var (--sapElement_LineHeight );
66- --fdNavigation_Link_Font_Family : var (--sapFontBoldFamily );
66+ --fdNavigation_Link_Font_Family : var (--sapFontSemiboldDuplexFamily );
6767 --fdNavigation_Link_Spacing : 0.5rem ;
68- --fdNavigation_Link_Text_Color : inherit ;
68+ --fdNavigation_Link_Text_Color : var ( --sapList_TextColor ) ;
6969 --fdNavigation_Link_Shift_Left : 1rem ;
7070 --fdNavigation_Link_Padding_Left : var (--fdNavigation_Link_Shift_Left );
7171 --fdNavigation_Link_Padding_Right : 0.375rem ;
@@ -176,12 +176,11 @@ $navExternalLinkIndicator: #{$block}__external-link-indicator;
176176 @include fd-set-paddings-x-equal (var (--fdNavigation_Padding_X ));
177177
178178 & ::before {
179- @include fd-set-margins-y-equal (0.5625rem );
180-
181179 content : ' ' ;
182180 width : 100% ;
183181 height : 0.0625rem ;
184- display : inline-block ;
182+ display : flex ;
183+ margin-block-end : 0.25rem ;
185184 background : var (--sapToolbar_SeparatorColor );
186185 }
187186 }
You can’t perform that action at this time.
0 commit comments