File tree Expand file tree Collapse file tree 3 files changed +0
-10
lines changed
Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -106,11 +106,6 @@ var popupInfo = {
106106 this . ruleItems . push ( { label : rule , selected : true } ) ;
107107 this . ruleStatus . push ( true ) ;
108108 this . rules . push ( this . alist . active [ rule ] ) ;
109- } else if ( this . alist . moot . hasOwnProperty ( rule ) ) {
110- // moot rules are checked and toggleable too
111- this . ruleItems . push ( { label : rule , selected : true } ) ;
112- this . ruleStatus . push ( true ) ;
113- this . rules . push ( this . alist . moot [ rule ] ) ;
114109 } else if ( this . alist . inactive . hasOwnProperty ( rule ) ) {
115110 // inactive rules are unchecked and toggleable
116111 this . ruleItems . push ( { label : rule } ) ;
Original file line number Diff line number Diff line change @@ -64,11 +64,6 @@ toolbar[iconsize="small"] #https-everywhere-button[status="disabled"] > .https-e
6464 color : # 1e6419 ;
6565 font-weight : bold;
6666}
67- # https-everywhere-button menuitem .moot-item label {
68- color : # 1e6419 ;
69- opacity : 0.75 ;
70- font-weight : bold;
71- }
7267# https-everywhere-button menuitem .breaking-item label {
7368 color : # b99999 ;
7469 font-weight : bold;
You can’t perform that action at this time.
0 commit comments