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 46141f4 commit 6db936e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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 @@ -80,7 +80,7 @@ <h2>CoCreate-linkedin</h2>
share-width="700"
share-media="https://cdn.cocreate.app/docs/linkedin.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 @@ -139,11 +139,11 @@ <h2>CoCreate-linkedin</h2>
class="border-bottom:1px_solid_lightgrey"
scroll
scroll-intersect="color:dodgerblue"
scroll-target="#linkedin-install-section">
scroll-selector="#linkedin-install-section">
<span
class="display:flex align-items:center width:fit-content"
hover="display:block!important"
hover-target="[href='#linkedin-install']">
hover-selector="[href='#linkedin-install']">
<h2 class="padding:5px_0px">Install</h2>
<a
class="margin-left:10px display:none"
Expand All @@ -166,11 +166,11 @@ <h2 class="padding:5px_0px">Install</h2>
class="margin-top:80px border-bottom:1px_solid_lightgrey"
scroll
scroll-intersect="color:dodgerblue"
scroll-target="#linkedin-usage-section">
scroll-selector="#linkedin-usage-section">
<span
class="display:flex align-items:center width:fit-content"
hover="display:block!important"
hover-target="[href='#linkedin-usage']">
hover-selector="[href='#linkedin-usage']">
<h2 class="padding:5px_0px">Usage</h2>
<a
class="margin-left:10px display:none"
Expand All @@ -191,11 +191,11 @@ <h2 class="padding:5px_0px">Usage</h2>
class="margin-top:80px border-bottom:1px_solid_lightgrey"
scroll
scroll-intersect="color:dodgerblue"
scroll-target="#linkedin-attributes-section">
scroll-selector="#linkedin-attributes-section">
<span
class="display:flex align-items:center width:fit-content"
hover="display:block!important"
hover-target="[href='#linkedin-attributes']">
hover-selector="[href='#linkedin-attributes']">
<h2 class="padding:5px_0px">Attributes</h2>
<a
class="margin-left:10px display:none"
Expand Down Expand Up @@ -244,11 +244,11 @@ <h4>
class="border-bottom:1px_solid_lightgrey"
scroll
scroll-intersect="color:dodgerblue"
scroll-target="#linkedin-demo-section">
scroll-selector="#linkedin-demo-section">
<span
class="display:flex align-items:center width:fit-content"
hover="display:block!important"
hover-target="[href='#linkedin-demo']">
hover-selector="[href='#linkedin-demo']">
<h2 class="padding:5px_0px">Demo</h2>
<a
class="margin-left:10px display:none"
Expand Down Expand Up @@ -277,7 +277,7 @@ <h2 class="padding:5px_0px">Demo</h2>
name="demo"
save="false"
id="demo"
input-target=".demopreview"
input-selector=".demopreview"
input-attribute="value"
input-events="input, onload"
class="height:100% width:100% outline:none border:none resize:none padding:5px"></textarea>
Expand All @@ -300,7 +300,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 @@ -312,7 +312,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 @@ -339,7 +339,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 6db936e

Please sign in to comment.