Skip to content

Commit

Permalink
Apliead linter
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroOliveira42 committed Jan 6, 2025
1 parent dd4031e commit f52e2f0
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/routes/(app)/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,14 @@
overflow: auto;
}
:global(input:-webkit-autofill,input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active) {
-webkit-box-shadow: 0 0 0px 1000px rgb(255 233 233 / var(--tw-bg-opacity)) inset; /*Since we can't alter the browsers background change on autofill fields we add an inner shadow with the desired color*/
-webkit-text-fill-color: rgb(65 19 21 / .54);
:global(
input:-webkit-autofill,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active
) {
-webkit-box-shadow: 0 0 0px 1000px rgb(255 233 233 / var(--tw-bg-opacity)) inset; /*Since we can't alter the browsers background change on autofill fields we add an inner shadow with the desired color*/
-webkit-text-fill-color: rgb(65 19 21 / 0.54);
}
</style>

0 comments on commit f52e2f0

Please sign in to comment.