Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNaif2018 committed Dec 20, 2024
1 parent 4611301 commit 2b8f3a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: check-merge-conflict
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -17,8 +17,6 @@ repos:
- id: check-symlinks
- id: debug-statements
- id: fix-byte-order-marker
- id: fix-encoding-pragma
args: ["--remove"]
- id: detect-private-key
- repo: local
hooks:
Expand Down
4 changes: 2 additions & 2 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ input:-webkit-autofill:active {
-webkit-text-size-adjust: inherit !important;
}

label.theme--dark + input::-webkit-credentials-auto-fill-button{
label.theme--dark + input::-webkit-credentials-auto-fill-button {
background-color: #fff !important;
}

input[type=password]::-webkit-credentials-auto-fill-button{
input[type="password"]::-webkit-credentials-auto-fill-button {
visibility: hidden;
display: none !important;
pointer-events: none;
Expand Down

0 comments on commit 2b8f3a5

Please sign in to comment.