File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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 ),
You can’t perform that action at this time.
0 commit comments