Fix lint errors
All checks were successful
CI / Lint (pull_request) Successful in 21s
CI / Test (pull_request) Successful in 34s

This commit is contained in:
2026-03-13 13:51:29 +04:00
parent b2220b8310
commit 990f3afa88
4 changed files with 15 additions and 11 deletions

View File

@@ -1021,7 +1021,7 @@ button.create-place {
color: #333;
}
.place-lists-manager input[type="checkbox"] {
.place-lists-manager input[type='checkbox'] {
accent-color: #007bff;
width: 16px;
height: 16px;
@@ -1033,7 +1033,7 @@ button.create-place {
height: 12px;
border-radius: 50%;
flex-shrink: 0;
border: 1px solid rgba(0,0,0,0.1);
border: 1px solid rgb(0 0 0 / 10%);
}
.place-lists-manager .divider {