Skip to content

Commit

Permalink
Avoid -internal-autofill-selected style to be applied on Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesChenX committed Nov 13, 2023
1 parent d28f0b0 commit d784fad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions turms-admin/ui/src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ body {
height: 100vh;
}

/* Targets on Chrome. Avoid "-internal-autofill-selected" style to be applied */
input:-webkit-autofill,
input:-webkit-autofill:focus {
transition: background-color 0s 600000s, color 0s 600000s;
}

td {
word-break: break-all;
}
Expand Down

0 comments on commit d784fad

Please sign in to comment.