Skip to content

Commit

Permalink
chore(revert): revert previously merged PRs (carbon-design-system#5689)
Browse files Browse the repository at this point in the history
* Revert "feat(conditionBuilder): unit test cases for keyboard navigation (carbon-design-system#5688)"

This reverts commit 7f4f39a.

* Revert "fix(CreateFullPage): beadcrumbs style issue (carbon-design-system#5599)"

This reverts commit 3a9e647.
  • Loading branch information
annawen1 authored Jul 17, 2024
1 parent da04d23 commit 8ac63a4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 394 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2282,10 +2282,6 @@ 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,10 +176,3 @@ $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;
}
}
Loading

0 comments on commit 8ac63a4

Please sign in to comment.