Skip to content

Commit 933c34a

Browse files
Added autofill support to the email input
1 parent 5fcbe8f commit 933c34a

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

assets/built/screen.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/built/screen.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/screen.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ a:hover {
233233
letter-spacing: inherit;
234234
line-height: 1.1;
235235
border: 0;
236+
border-radius: 40px;
236237
background-color: transparent;
237238
outline: none;
238239
transition: 0.3s ease-in-out;
@@ -2702,7 +2703,7 @@ figcaption a {
27022703
letter-spacing: 0;
27032704
}
27042705

2705-
.has-serif-title :is(.gh-button, .gh-form) {
2706+
.has-serif-title :is(.gh-button, .gh-form, .gh-form-input) {
27062707
border-radius: 0;
27072708
}
27082709

partials/email-subscription.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<form class="gh-form" data-members-form>
2-
<input class="gh-form-input" id="{{email_field_id}}" type="email" placeholder="[email protected]" required data-members-email>
2+
<input class="gh-form-input" id="{{email_field_id}}" name="email" type="email" placeholder="[email protected]" required data-members-email>
33
<button class="gh-button" type="submit" aria-label="Subscribe">
44
<span><span>Subscribe</span> {{> "icons/arrow"}}</span>
55
{{> "icons/loader"}}

0 commit comments

Comments
 (0)