Skip to content

Commit

Permalink
remove workaround for the Safari password button in dark themes
Browse files Browse the repository at this point in the history
Signed-off-by: Iksas <[email protected]>
  • Loading branch information
Iksas committed Sep 15, 2022
1 parent 4d12ee7 commit 0005810
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 0005810

Please sign in to comment.