Skip to content

Commit 9043d5e

Browse files
authored
Merge pull request #172 from rackerlabs/fix-168-accordion-header-styles
fix: corrected stepper header style to apply only for accordion header. Fix #167
2 parents 9827ef7 + 55e46e4 commit 9043d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helix-ui/styles/modules/stepper.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ hx-accordion.beta-hxStepper {
1111
border-bottom: 1px solid @gray-300;
1212
}
1313

14-
header[slot="header"] {
14+
> header[slot="header"] {
1515
display: flex;
1616
padding: 1rem;
1717

0 commit comments

Comments
 (0)