Skip to content

Commit 1ef83b6

Browse files
author
Ryan A. Johnson
committed
feat(CSS): base styling for panel elements
* ensure that basic LightDOM styles are applied to panel children * hx-panel-head * hx-panel-body * hx-panel-foot
1 parent 3a0202d commit 1ef83b6

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

src/helix-ui.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ figure {
6060
@import 'core/hx-modalfoot';
6161
@import 'core/hx-modalhead';
6262
@import 'core/hx-panel';
63+
@import 'core/hx-panel-body';
64+
@import 'core/hx-panel-foot';
65+
@import 'core/hx-panel-head';
6366
@import 'core/hx-popover';
6467
@import 'core/hx-popover-body';
6568
@import 'core/hx-popover-foot';
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
hx-panelbody, // DEPRECATED, remove in v1.0.0
2+
hx-panel-body {
3+
display: block;
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
hx-panelfoot, // DEPRECATED, remove in v1.0.0
2+
hx-panel-foot {
3+
display: block;
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
hx-panelhead, // DEPRECATED, remove in v1.0.0
2+
hx-panel-head {
3+
display: block;
4+
}

0 commit comments

Comments
 (0)