Display of url specific settings did not work properly

For #271
This commit is contained in:
kkapsner 2019-07-14 10:53:23 +02:00
parent ca6d421153
commit 6fb0f946af
3 changed files with 3 additions and 2 deletions

View File

@ -324,6 +324,6 @@ td.hideColumn {
padding-right: calc(1em + 3px);
background-color: var(--background-color);
}
body:not(.searching) .settings tbody:not(.selectedGroup) {
body:not(.searching) .settings tbody.sectionBody:not(.selectedGroup) {
display: none;
}

View File

@ -310,6 +310,7 @@
const addSection = function addSection(name){
const body = document.createElement("tbody");
body.className = "sectionBody";
if (name){
const row = document.createElement("tr");
row.className = "section";

View File

@ -6,7 +6,7 @@ Version 0.5.13:
-
fixes:
-
- display of url specific settings did not work properly
known issues:
- if a data URL is blocked the page action button does not appear