fix(auth): keep signup fields readable
This commit is contained in:
@@ -322,7 +322,7 @@ component StrongPassword {
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
.wire-next__strong-password-requirements li > span {
|
||||
.wire-next__strong-password-requirements li > span[aria-hidden="true"] {
|
||||
position: relative;
|
||||
width: 0.9rem;
|
||||
height: 0.9rem;
|
||||
@@ -332,7 +332,7 @@ component StrongPassword {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.wire-next__strong-password-requirements li > span::after {
|
||||
.wire-next__strong-password-requirements li > span[aria-hidden="true"]::after {
|
||||
position: absolute;
|
||||
top: 0.12rem;
|
||||
left: 0.29rem;
|
||||
@@ -349,12 +349,12 @@ component StrongPassword {
|
||||
color: var(--wire-color-success);
|
||||
}
|
||||
|
||||
.wire-next__strong-password-requirements li[data-met="true"] > span {
|
||||
.wire-next__strong-password-requirements li[data-met="true"] > span[aria-hidden="true"] {
|
||||
border-color: var(--wire-color-success);
|
||||
background: var(--wire-color-success);
|
||||
}
|
||||
|
||||
.wire-next__strong-password-requirements li[data-met="true"] > span::after {
|
||||
.wire-next__strong-password-requirements li[data-met="true"] > span[aria-hidden="true"]::after {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user