Skip to content

Commit 266b3f5

Browse files
committed
Reversed colors in Modern Red permissive icons for better contrast.
1 parent 15e82f2 commit 266b3f5

8 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/bg/RequestGuard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ var RequestGuard = (() => {
158158
let icon = enforced ?
159159
(topAllowed ? (numBlocked ? "part" : "yes")
160160
: (numAllowed ? "sub" : "no")) // not topAllowed
161-
: "unrestricted"; // not enforced
161+
: "global"; // not enforced
162162
let showBadge = ns.local.showCountBadge && numBlocked > 0;
163163
let browserAction = browser.browserAction;
164164
if (!browserAction.setIcon) { // Fennec

src/img/ui-global64.png

734 Bytes
Loading

src/img/ui-maybe64.png

740 Bytes
Loading

src/img/ui-part64.png

-410 Bytes
Loading

src/img/ui-sub64.png

-554 Bytes
Loading

src/img/ui-temp64.png

-486 Bytes
Loading

src/img/ui-unrestricted64.png

-3.61 KB
Binary file not shown.

src/img/ui-yes64.png

-396 Bytes
Loading

0 commit comments

Comments
 (0)