Skip to content

Commit ff2ecbe

Browse files
committed
chore(releases): update component specs based on dev feedback
1 parent 8a82e83 commit ff2ecbe

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

docs/_data/nav.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{ label: 'Breadcrumb', path: 'breadcrumb' },
2424
{ label: 'Button', path: 'button' },
2525
{ label: 'Checkbox', path: 'checkbox' },
26-
{ label: 'Choice Tile', path: 'choice-tile' },
26+
{ label: 'Choice (Option) Tile', path: 'choice-tile' },
2727
{ label: 'Drawer', path: 'drawer' },
2828
{ label: 'Dropdown Select', path: 'dropdown-select' },
2929
{ label: 'Email Input', path: 'email' },

src/scss/base/_typography.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ body {
1010
font-size: 1rem;
1111
font-weight: 400;
1212
line-height: 1.5;
13-
padding-bottom: 1.5rem;
1413
}
1514

1615
// HEADINGS

src/scss/components/checkbox/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ hx-checkbox-control {
3232
grid-area: lbl;
3333

3434
// grid parent
35+
align-items: center;
3536
-ms-grid-columns: auto 1fr;
3637
-ms-grid-rows: auto;
3738
display: -ms-grid;
@@ -47,7 +48,6 @@ hx-checkbox-control {
4748
-ms-grid-row: 1;
4849
display: none;
4950
grid-area: facade;
50-
margin-top: 0.25rem; // FIXME: fix with proper inline styling
5151
}
5252
}
5353

src/scss/components/pill/_index.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ hx-status {
1414
display: inline-block;
1515
font-size: 0.625rem; // 10px
1616
height: 1rem;
17-
line-height: 1;
17+
line-height: 0.5rem;
1818
max-width: 100%;
1919
overflow: hidden;
2020
padding: 0.3em 0.8em 0.2em; // 3px 8px 2px
@@ -36,6 +36,8 @@ hx-status {
3636
&.hxSubdued {
3737
border-color: $gray-600;
3838
color: $gray-600;
39+
font-size: 0.625rem;
40+
line-height: 0.5rem;
3941
}
4042

4143
&.hxFill {

src/scss/components/radio/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ hx-radio-control {
5151
grid-area: lbl;
5252

5353
// grid parent
54+
align-items: center;
5455
-ms-grid-columns: auto 1fr;
5556
-ms-grid-rows: auto;
5657
display: -ms-grid;
@@ -66,7 +67,6 @@ hx-radio-control {
6667
-ms-grid-row: 1;
6768
display: none;
6869
grid-area: facade;
69-
margin-top: 0.25rem;
7070
}
7171
}
7272

0 commit comments

Comments
 (0)