Skip to content

Commit

Permalink
Define dark mode firendly icon color for unchecked domains
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Oct 19, 2023
1 parent d2cb9fe commit 0e9ae3b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 32 deletions.
5 changes: 5 additions & 0 deletions webextensions/dialog/confirm/confirm.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ hr.splitter {
mask: url("/resources/domain-unchecked.svg") no-repeat center / 100%;
width: 1em;
}
@media (prefers-color-scheme: dark) {
.listbox .row.domain::before {
background: var(--grey-10);
}
}

.listbox .row.domain.checked::before {
background-color: var(--orange-50);
Expand Down
17 changes: 1 addition & 16 deletions webextensions/resources/domain-checked.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 1 addition & 16 deletions webextensions/resources/domain-unchecked.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0e9ae3b

Please sign in to comment.