1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-04 12:27:51 +02:00

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; display: none;
} }
.searching .settingRow.found { .searching .settingRow.found:not(.hidden) {
display: table-row; display: table-row;
} }

View File

@ -6,7 +6,7 @@ Version 0.5.9:
- added protection for navigator properties - added protection for navigator properties
fixes: fixes:
- - search could show hidden settings
known issues: known issues:
- if a data URL is blocked the page action button does not appear - if a data URL is blocked the page action button does not appear