Skip to content

Commit

Permalink
Remove browser autofill styles and add support for autofill with OneP…
Browse files Browse the repository at this point in the history
…assword
  • Loading branch information
chihsuan committed Mar 21, 2024
1 parent 5a5b8bd commit 7509c74
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/layout/masterbar/woo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1158,11 +1158,12 @@ $breakpoint-mobile: 660px;
}
}

// Remove browser autofill styles.
// Remove autofill styles.
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
input:-webkit-autofill:active,
input[data-com-onepassword-filled="light"] {
-webkit-background-clip: text;
-webkit-box-shadow: 0 0 0 1000px #fff inset;
transition: background-color 5000s ease-in-out 0s;
Expand Down

0 comments on commit 7509c74

Please sign in to comment.