Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit e296779

Browse files
committed
docs(cb-a11y): Building examples - Form controls
1 parent 189babe commit e296779

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

public/docs/_examples/cb-a11y/ts/a11y.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ label {
33
width: 100%;
44
}
55

6+
hr {
7+
border-top: 3px double #8c8b8b;
8+
}
9+
610
.background-contrast {
711
background-color: #0143A3;
812
color: #fff;

public/docs/_examples/cb-a11y/ts/app/a11y-form-controls.component.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ <h2>Accessible form control labels</h2>
55
<section class="row well">
66
<header>
77
<h3>Implicit labeling</h3>
8+
<hr>
89
</header>
910

1011
<a11y-input>Type something:</a11y-input>
@@ -25,6 +26,7 @@ <h3>Implicit labeling</h3>
2526
<section class="row well">
2627
<header>
2728
<h3>Explicit labeling</h3>
29+
<hr>
2830
</header>
2931

3032
<a11y-input-explicit [uniqueId]="'forinput'">
@@ -35,11 +37,13 @@ <h3>Explicit labeling</h3>
3537
<section class="row well">
3638
<header>
3739
<h3>Hiding labels</h3>
40+
<hr>
3841
</header>
3942
</section>
4043
<section class="row well">
4144
<header>
4245
<h3>Labeling custom controls</h3>
46+
<hr>
4347
</header>
4448
</section>
4549

0 commit comments

Comments
 (0)