diff --git a/demo/index.html b/demo/index.html index 5fa58a1..54c78fc 100644 --- a/demo/index.html +++ b/demo/index.html @@ -6,12 +6,12 @@ <shacl-form> demo - + diff --git a/src/styles.css b/src/styles.css index 5b7fc97..3fb7cc3 100644 --- a/src/styles.css +++ b/src/styles.css @@ -52,7 +52,7 @@ a, a:visited { color: inherit; } .collapsible.open > .activator::after { transform: rotate(225deg); } .collapsible > *:not(.activator) { transition: all 0.2s ease-out; opacity: 1; } .collapsible:not(.open) > *:not(.activator) { max-height: 0; padding: 0; opacity: 0; overflow: hidden; } -.collapsible shacl-node > h1 { display: none; } +.collapsible > .property-instance > shacl-node > h1 { display: none; } .collapsible.open > .property-instance:nth-child(odd) { background-color: #F5F5F5; } .ref-link { cursor: pointer; } .ref-link:hover { text-decoration: underline; }