Skip to content
Snippets Groups Projects
Commit e71297ad authored by florian's avatar florian
Browse files

MAINT: Only change css for data-hidden-properties=true

parent 25c379a0
Branches
Tags
2 merge requests!89Release v0.10.0,!86F hide properties
...@@ -381,11 +381,11 @@ h5 { ...@@ -381,11 +381,11 @@ h5 {
margin-right: 0px; margin-right: 0px;
} }
.caosdb-v-hidden-property { body[data-hidden-properties="true"] .caosdb-v-hidden-property {
display: None; display: None;
} }
.caosdb-v-entity-being-edited .caosdb-v-hidden-property { body[data-hidden-properties="true"] .caosdb-v-entity-being-edited .caosdb-v-hidden-property {
display: unset; display: unset;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment