Skip to content

Commit

Permalink
Removed comments PR
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroOliveira42 committed Jan 6, 2025
1 parent dec93e2 commit dd4031e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/routes/(app)/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@
}
: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 we add an inner shadow with the same defaul color*/
-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);
/*.54 should be replaced with var(--tw-bg-opacity) but at least my PC recognized the variable as 1 instead of .54*/
/*Possible problem: all input field when autofilled will have this change, even outside of login*/
}
</style>

0 comments on commit dd4031e

Please sign in to comment.