Skip to content

Commit

Permalink
Fix glitch of password manager button in dark themes (macOS Safari) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
yubiuser authored Sep 15, 2022
2 parents 2d7f280 + a582d7c commit 5cf3c49
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions style/themes/default-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -554,9 +554,6 @@ fieldset[disabled] .form-control {
background-color: #367fa9 !important;
border: 1px solid #367fa9;
}
input[type="password"]::-webkit-credentials-auto-fill-button {
background: #bfc5ca;
}
input[type="password"]::-webkit-caps-lock-indicator {
filter: invert(100%);
}
Expand Down
3 changes: 0 additions & 3 deletions style/themes/default-darker.css
Original file line number Diff line number Diff line change
Expand Up @@ -3653,9 +3653,6 @@ a:focus {
.register-box-body .form-control-feedback {
color: rgb(157, 148, 136);
}
input[type="password"]::-webkit-credentials-auto-fill-button {
background: #b1aca3;
}
input[type="password"]::-webkit-caps-lock-indicator {
filter: invert(100%);
}
Expand Down
4 changes: 0 additions & 4 deletions style/themes/lcars.css
Original file line number Diff line number Diff line change
Expand Up @@ -1853,10 +1853,6 @@ input[type="number"]::-webkit-outer-spin-button {
margin: 0;
}

input[type="password"]::-webkit-credentials-auto-fill-button {
background: white;
}

input[type="password"]::-webkit-caps-lock-indicator {
filter: invert(100%);
}
Expand Down

0 comments on commit 5cf3c49

Please sign in to comment.