1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

Raise opacity of void rows in logger

Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/2064
This commit is contained in:
Raymond Hill 2022-03-23 14:30:28 -04:00
parent 3c52e75863
commit 070706c7ea
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -266,7 +266,7 @@ body[dir="rtl"] #netInspector #filterExprPicker {
color: #008;
}
#vwRenderer .logEntry > div.voided {
opacity: 0.3;
opacity: 0.5;
}
#vwRenderer .logEntry > div.voided:hover {
opacity: 0.7;