Skip to content

Commit b4e31b6

Browse files
committed
Use a less confusing icon for looping/broken rulesets
1 parent f9fa408 commit b4e31b6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/chrome/content/code/ApplicableList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ ApplicableList.prototype = {
226226
if (type == 'active') image_src = 'tick.png';
227227
else if (type == 'inactive') image_src = 'cross.png';
228228
else if (type == 'moot') image_src = 'tick-moot.png';
229-
else if (type == 'breaking') image_src = 'tick-red.png';
229+
else if (type == 'breaking') image_src = 'loop.png';
230230
item.setAttribute('image', 'chrome://https-everywhere/skin/'+image_src);
231231

232232
// all done

src/chrome/skin/loop.png

672 Bytes
Loading

0 commit comments

Comments
 (0)