From 914b76c0e8779c1f428ea50b39261458b908d2dd Mon Sep 17 00:00:00 2001 From: kkapsner Date: Thu, 28 Feb 2019 00:16:21 +0100 Subject: [PATCH] Do not show hidden settings in search. Fixes #322 --- options/options.css | 2 +- releaseNotes.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/options/options.css b/options/options.css index 7f41912..c031bb2 100644 --- a/options/options.css +++ b/options/options.css @@ -238,6 +238,6 @@ td.hideColumn { display: none; } -.searching .settingRow.found { +.searching .settingRow.found:not(.hidden) { display: table-row; } \ No newline at end of file diff --git a/releaseNotes.txt b/releaseNotes.txt index c1e569d..92c8a9b 100644 --- a/releaseNotes.txt +++ b/releaseNotes.txt @@ -6,7 +6,7 @@ Version 0.5.9: - added protection for navigator properties fixes: - - + - search could show hidden settings known issues: - if a data URL is blocked the page action button does not appear