mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-16 23:42:39 +01:00
Remove extraneous code from request logger
This commit is contained in:
parent
801e6d706f
commit
56740a984f
@ -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);
|
||||
}
|
||||
|
@ -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 = '';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user