Skip to content

Commit

Permalink
fix(CreateFullPage): beadcrumbs style issue (carbon-design-system#5599)
Browse files Browse the repository at this point in the history
  • Loading branch information
anamikaanu96 authored Jul 17, 2024
1 parent d397fc9 commit 3a9e647
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2282,6 +2282,10 @@ p.c4p--about-modal__copyright-text:first-child {
border-top: 1px solid var(--cds-layer-accent-01, #e0e0e0);
}
.c4p--create-full-page__header button:first-of-type {
background: none;
}
/* One or two values
* - width (first value)
* - min-width (optional second value)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,10 @@ $step-block-class: #{c4p-settings.$pkg-prefix}--create-full-page__step;
.#{$block-class} .#{$block-class}__buttons {
border-top: 1px solid $layer-accent-01;
}

.#{$block-class}__header {
/* stylelint-disable-next-line max-nesting-depth */
button:first-of-type {
background: none;
}
}

0 comments on commit 3a9e647

Please sign in to comment.