Skip to content

Commit

Permalink
fix: replace -target -selector
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jun 22, 2023
1 parent 171a544 commit 948313e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
id="menuL"
class="position:fixed top:0px left:0px overflow:hidden background:whitesmoke height:100vh width:0px width:300px@xl"
resizable
resize-target="[content_id='content']"
resize-selector="[content_id='content']"
resize-property="margin-left"
resize-value="width">
<menu
Expand Down Expand Up @@ -75,7 +75,7 @@ <h2>CoCreate-modal</h2>
share-width="700"
share-media="https://cdn.cocreate.app/docs/modal.png"
hover="display:block!important"
hover-target=".social-networks">
hover-selector=".social-networks">
<div class="display:none social-networks">
<a
class="margin-right:15px"
Expand Down Expand Up @@ -134,11 +134,11 @@ <h2>CoCreate-modal</h2>
class="margin-top:80px border-bottom:1px_solid_lightgrey"
scroll
scroll-intersect="color:dodgerblue"
scroll-target="#modal-usage-section">
scroll-selector="#modal-usage-section">
<span
class="display:flex align-items:center width:fit-content"
hover="display:block!important"
hover-target="[href='#modal-usage']">
hover-selector="[href='#modal-usage']">
<h2 class="padding:5px_0px">Usage</h2>
<a
class="margin-left:10px display:none"
Expand Down Expand Up @@ -182,11 +182,11 @@ <h2 class="padding:5px_0px">Usage</h2>
class="margin-top:80px border-bottom:1px_solid_lightgrey"
scroll
scroll-intersect="color:dodgerblue"
scroll-target="#modal-attributes-section">
scroll-selector="#modal-attributes-section">
<span
class="display:flex align-items:center width:fit-content"
hover="display:block!important"
hover-target="[href='#modal-attributes']">
hover-selector="[href='#modal-attributes']">
<h2 class="padding:5px_0px">Attributes</h2>
<a
class="margin-left:10px display:none"
Expand Down Expand Up @@ -335,11 +335,11 @@ <h4>
class="border-bottom:1px_solid_lightgrey"
scroll
scroll-intersect="color:dodgerblue"
scroll-target="#modal-demo-section">
scroll-selector="#modal-demo-section">
<span
class="display:flex align-items:center width:fit-content"
hover="display:block!important"
hover-target="[href='#modal-demo']">
hover-selector="[href='#modal-demo']">
<h2 class="padding:5px_0px">Demo</h2>
<a
class="margin-left:10px display:none"
Expand Down Expand Up @@ -388,7 +388,7 @@ <h2 class="padding:5px_0px">Demo</h2>
show="#eye-slash"
hide="#eye, #demo-preview"
toggle="code-height"
toggle-target="#demo-code"
toggle-selector="#demo-code"
><i
class="height:18px fill:#505050"
src="/assets/svg/eye.svg"></i
Expand All @@ -400,7 +400,7 @@ <h2 class="padding:5px_0px">Demo</h2>
show="#eye, #demo-preview"
hide="#eye-slash"
toggle="code-height"
toggle-target="#demo-code"
toggle-selector="#demo-code"
><i
class="height:20px fill:#505050"
src="/assets/svg/eye-slash.svg"></i
Expand All @@ -427,7 +427,7 @@ <h2 class="padding:5px_0px">Demo</h2>
<a
class="margin-right:5px"
fullscreen
fullscreen-target="#playground"></a>
fullscreen-selector="#playground"></a>
</div>
</div>
<!-- End SandBox -->
Expand Down

0 comments on commit 948313e

Please sign in to comment.