Skip to content

Commit

Permalink
Disable unfinished widget from stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Mar 10, 2021
1 parent ed318a5 commit af980c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/popup-fenix.css
Expand Up @@ -317,6 +317,10 @@ body[data-more=""] #lessButton {
-webkit-padding-start: 2px;
text-align: left;
}
/* Remove for next dev build */
#firewall > [data-type] .filter {
display: none;
}
#firewall:not(.has3pScript) > [data-type="3p-script"] .filter,
#firewall:not(.has3pFrame) > [data-type="3p-frame"] .filter {
display: none;
Expand Down

0 comments on commit af980c5

Please sign in to comment.