Merge branch 'main' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2022-10-28 19:41:11 +02:00
18 changed files with 82 additions and 26 deletions

View File

@@ -404,6 +404,7 @@ code {
input[type="email"],
input[type="password"],
input[type="url"],
input[type="datetime-local"],
textarea {
box-sizing: border-box;
font-size: 16px;
@@ -444,7 +445,8 @@ code {
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"] {
input[type="password"],
input[type="datetime-local"] {
&:focus:invalid:not(:placeholder-shown),
&:required:invalid:not(:placeholder-shown) {
border-color: lighten($error-red, 12%);
@@ -460,6 +462,7 @@ code {
input[type="number"],
input[type="email"],
input[type="password"],
input[type="datetime-local"],
textarea,
select {
border-color: lighten($error-red, 12%);