Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update divided list to use new theme colours #5057

Merged
merged 2 commits into from
Apr 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions scss/_patterns_lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ $list-step-bullet-margin: $sph--x-large;
}

@mixin vf-list-item-divided {
box-shadow: inset 0px 1px 0px 0px $color-mid-x-light;
box-shadow: inset 0px 1px 0px 0px $colors--theme--border-low-contrast;
margin: 0;
padding-bottom: $sph--large;
padding-top: $sph--small;
Expand All @@ -131,7 +131,7 @@ $list-step-bullet-margin: $sph--x-large;
}

.p-list--divided > .p-list__item:first-child {
box-shadow: inset 0px 1px 0px 0px $color-mid-x-light;
box-shadow: inset 0px 1px 0px 0px $colors--theme--border-low-contrast;
}
}

Expand Down Expand Up @@ -396,7 +396,7 @@ $list-step-bullet-margin: $sph--x-large;
position: relative;

&::after {
background-color: $colors--light-theme--border-low-contrast;
background-color: $colors--theme--border-low-contrast;
content: '';
height: 1px;
left: 0;
Expand Down
Loading