mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
fix(ui): correct login autofill background alignment (#3759)
This commit is contained in:
parent
24b017cad8
commit
e0f4e66783
2 changed files with 10 additions and 2 deletions
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
|
|
@ -364,8 +364,6 @@ importers:
|
||||||
specifier: ^5.9.3
|
specifier: ^5.9.3
|
||||||
version: 5.9.3
|
version: 5.9.3
|
||||||
|
|
||||||
dist: {}
|
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
'@ampproject/remapping@2.3.0':
|
'@ampproject/remapping@2.3.0':
|
||||||
|
|
|
||||||
|
|
@ -41,3 +41,13 @@ a:hover {
|
||||||
border: 4px solid rgba(0, 0, 0, 0);
|
border: 4px solid rgba(0, 0, 0, 0);
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Remove autofill background color - matches react-zen TextField structure */
|
||||||
|
.TextField_field__YzU1O input:-webkit-autofill,
|
||||||
|
.TextField_field__YzU1O input:-webkit-autofill:hover,
|
||||||
|
.TextField_field__YzU1O input:-webkit-autofill:focus,
|
||||||
|
.TextField_field__YzU1O input:-webkit-autofill:active {
|
||||||
|
-webkit-box-shadow: 0 0 0px 1000px var(--background-color) inset !important;
|
||||||
|
-webkit-text-fill-color: var(--font-color) !important;
|
||||||
|
transition: background-color 5000s ease-in-out 0s;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue