Skip to content

Commit

Permalink
fix(styles): add fixes after Chromatic review [ci visual]
Browse files Browse the repository at this point in the history
  • Loading branch information
InnaAtanasova committed Nov 23, 2023
1 parent d87fbb1 commit 7ce3937
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/styles/src/icon-tab-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ $fd-icon-tab-bar-semantic-values: (

&::before {
left: 0;
top: 0.75rem;
content: '';
height: 1rem;
width: 0.0625rem;
Expand Down
6 changes: 6 additions & 0 deletions packages/styles/src/mixins/list/_list-navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
&--navigation {
@include fd-list-reset-item-paddings();

&.fd-icon-tab-bar__list {
.#{$block}__link {
gap: 0.5rem;
}
}

.#{$block}__link {
@include fd-set-paddings-x(var(--fdList_Navigation_Link_Padding_Left, #{$fd-list-item-padding-x}), var(--fdList_Navigation_Link_Padding_Right, #{$fd-list-item-padding-x}));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ $fd-list-second-level-popover-position: 3.25rem !default;
width: 2.25rem;
color: var(--fdVerticalNav_Icon_Color);
vertical-align: top;
text-align: center;
justify-content: center;
}

&-text {
Expand Down

0 comments on commit 7ce3937

Please sign in to comment.