Do not show hidden settings in search.

Fixes #322
This commit is contained in:
kkapsner 2019-02-28 00:16:21 +01:00
parent e56df7160f
commit 914b76c0e8
2 changed files with 2 additions and 2 deletions

View File

@ -238,6 +238,6 @@ td.hideColumn {
display: none;
}
.searching .settingRow.found {
.searching .settingRow.found:not(.hidden) {
display: table-row;
}

View File

@ -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