Skip to content

Commit

Permalink
Remove browser autofill styles and update font family in woo.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
chihsuan committed Mar 21, 2024
1 parent e8d8063 commit 5a5b8bd
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions client/layout/masterbar/woo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1158,6 +1158,16 @@ $breakpoint-mobile: 660px;
}
}

// Remove browser autofill styles.
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-background-clip: text;
-webkit-box-shadow: 0 0 0 1000px #fff inset;
transition: background-color 5000s ease-in-out 0s;
}

.button.is-primary,
.login .button.is-primary,
.magic-login.is-white-login .magic-login__form-action .button.is-primary:not([disabled]) {
Expand Down Expand Up @@ -1634,8 +1644,6 @@ $breakpoint-mobile: 660px;
p {
color: var(--studio-gray-60);
text-align: center;

font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: rem(14px);
font-style: normal;
font-weight: 400;
Expand Down

0 comments on commit 5a5b8bd

Please sign in to comment.