fix(auth): keep signup fields readable
Quality / quality (ubuntu-latest) (push) Failing after 9m52s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-11 15:54:01 +05:30
parent 8d044565e3
commit c54a69532c
5 changed files with 21 additions and 14 deletions
+4 -4
View File
@@ -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;
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/ui",
"version": "0.8.9",
"version": "0.8.10",
"private": true,
"type": "module",
"main": "src/index.ts",