File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -430,7 +430,11 @@ body.needSave #revertRules {
430
430
# firewall .hideBlocked > div : not ([data-des = "*" ]).is3p .blocked ,
431
431
# firewall .hideAllowed > div : not ([data-des = "*" ]).is3p .totalAllowed ,
432
432
# 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;
434
438
}
435
439
# firewall > div .isCname > span : first-of-type {
436
440
color : var (--popup-cell-cname-ink );
@@ -467,8 +471,8 @@ body.needSave #revertRules {
467
471
pointer-events : auto;
468
472
}
469
473
# firewall > div .isDomain .hasSubdomains > span : first-of-type > span ::before {
470
- color : var (--ink-3 );
471
474
content : '\2026\A0' ;
475
+ opacity : 0.6 ;
472
476
}
473
477
# firewall > div [data-des = "*" ] > span : nth-of-type (3 ),
474
478
# firewall > div .isSubdomain > span : nth-of-type (3 ),
You can’t perform that action at this time.
0 commit comments