We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9fa408 commit b4e31b6Copy full SHA for b4e31b6
src/chrome/content/code/ApplicableList.js
@@ -226,7 +226,7 @@ ApplicableList.prototype = {
226
if (type == 'active') image_src = 'tick.png';
227
else if (type == 'inactive') image_src = 'cross.png';
228
else if (type == 'moot') image_src = 'tick-moot.png';
229
- else if (type == 'breaking') image_src = 'tick-red.png';
+ else if (type == 'breaking') image_src = 'loop.png';
230
item.setAttribute('image', 'chrome://https-everywhere/skin/'+image_src);
231
232
// all done
src/chrome/skin/loop.png
672 Bytes
0 commit comments