Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c74fc64

Browse files
committed
Add visual hint for filtered out rows in firewall pane
Related discussion: - uBlockOrigin/uBlock-issues#2632
1 parent 873c918 commit c74fc64

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/css/popup-fenix.css

+6-2
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,11 @@ body.needSave #revertRules {
430430
#firewall.hideBlocked > div:not([data-des="*"]).is3p.blocked,
431431
#firewall.hideAllowed > div:not([data-des="*"]).is3p.totalAllowed,
432432
#firewall.hideAllowed > div:not([data-des="*"]).is3p.allowed {
433-
display: none;
433+
color: transparent;
434+
max-height: 4px;
435+
overflow-y: hidden;
436+
pointer-events: none;
437+
user-select: none;
434438
}
435439
#firewall > div.isCname > span:first-of-type {
436440
color: var(--popup-cell-cname-ink);
@@ -467,8 +471,8 @@ body.needSave #revertRules {
467471
pointer-events: auto;
468472
}
469473
#firewall > div.isDomain.hasSubdomains > span:first-of-type > span::before {
470-
color: var(--ink-3);
471474
content: '\2026\A0';
475+
opacity: 0.6;
472476
}
473477
#firewall > div[data-des="*"] > span:nth-of-type(3),
474478
#firewall > div.isSubdomain > span:nth-of-type(3),

0 commit comments

Comments
 (0)