Skip to content

Commit 768233b

Browse files
author
Ryan A. Johnson
committed
fix(CSS): correct multiple CSS issues w/ ShadyDOM
Closes #183 Closes #184 Closes #185
1 parent 4ab594b commit 768233b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

src/helix-ui/elements/_hx-modal.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
}
1919

2020
#close {
21+
background-color: transparent;
2122
border: none;
2223
color: @gray-700;
2324
cursor: pointer;

src/helix-ui/styles/core/hx-modal.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ hx-modal {
3131
flex-direction: column;
3232
}
3333

34-
> hx-modalhead {
34+
hx-modalhead {
3535
flex-shrink: 0;
3636
order: 1;
3737

@@ -40,7 +40,7 @@ hx-modal {
4040
}
4141
}
4242

43-
> hx-modalbody {
43+
hx-modalbody {
4444
flex-grow: 1;
4545
order: 2;
4646

@@ -49,7 +49,7 @@ hx-modal {
4949
}
5050
}
5151

52-
> hx-modalfoot {
52+
hx-modalfoot {
5353
flex-shrink: 0;
5454
order: 3;
5555
}

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)