1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-29 06:07:11 +02:00

Remove extraneous code from request logger

This commit is contained in:
Chris 2015-05-14 17:08:48 -06:00
parent 801e6d706f
commit 56740a984f
2 changed files with 0 additions and 7 deletions

View File

@ -85,12 +85,6 @@ input:focus {
#content table tr.allowed {
background-color: rgba(0, 160, 0, 0.1);
}
#content table tr.neutral {
cursor: pointer;
}
#content table tr.neutral:hover {
background-color: rgba(80, 80, 80, 0.1);
}
#content table tr.cosmetic {
background-color: rgba(255, 255, 0, 0.1);
}

View File

@ -158,7 +158,6 @@ var renderLogEntry = function(entry) {
tr.classList.add('allowed');
tr.cells[0].textContent = ' +\u00A0';
} else {
tr.classList.add('neutral');
tr.cells[0].textContent = '';
}