Added autofill support to the email input

This commit is contained in:
Sodbileg Gansukh
2024-07-02 11:47:51 +08:00
parent 5fcbe8f3fd
commit 933c34ac92
4 changed files with 5 additions and 4 deletions

View File

@@ -233,6 +233,7 @@ a:hover {
letter-spacing: inherit;
line-height: 1.1;
border: 0;
border-radius: 40px;
background-color: transparent;
outline: none;
transition: 0.3s ease-in-out;
@@ -2702,7 +2703,7 @@ figcaption a {
letter-spacing: 0;
}
.has-serif-title :is(.gh-button, .gh-form) {
.has-serif-title :is(.gh-button, .gh-form, .gh-form-input) {
border-radius: 0;
}