Skip to content

Commit f2e6062

Browse files
committed
fix: replace -target -selector
1 parent 0d66289 commit f2e6062

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
id="menuL"
5252
class="position:fixed top:0px left:0px overflow:hidden background:whitesmoke height:100vh width:0px width:300px@xl"
5353
resizable
54-
resize-target="[content_id='content']"
54+
resize-selector="[content_id='content']"
5555
resize-property="margin-left"
5656
resize-value="width">
5757
<menu
@@ -80,7 +80,7 @@ <h2>CoCreate-docs</h2>
8080
share-width="700"
8181
share-media="https://cdn.cocreate.app/docs/docs.png"
8282
hover="display:block!important"
83-
hover-target=".social-networks">
83+
hover-selector=".social-networks">
8484
<div class="display:none social-networks">
8585
<a
8686
class="margin-right:15px"
@@ -139,11 +139,11 @@ <h2>CoCreate-docs</h2>
139139
class="border-bottom:1px_solid_lightgrey"
140140
scroll
141141
scroll-intersect="color:dodgerblue"
142-
scroll-target="#docs-install-section">
142+
scroll-selector="#docs-install-section">
143143
<span
144144
class="display:flex align-items:center width:fit-content"
145145
hover="display:block!important"
146-
hover-target="[href='#docs-install']">
146+
hover-selector="[href='#docs-install']">
147147
<h2 class="padding:5px_0px">Install</h2>
148148
<a
149149
class="margin-left:10px display:none"
@@ -165,11 +165,11 @@ <h2 class="padding:5px_0px">Install</h2>
165165
class="margin-top:80px border-bottom:1px_solid_lightgrey"
166166
scroll
167167
scroll-intersect="color:dodgerblue"
168-
scroll-target="#docs-usage-section">
168+
scroll-selector="#docs-usage-section">
169169
<span
170170
class="display:flex align-items:center width:fit-content"
171171
hover="display:block!important"
172-
hover-target="[href='#docs-usage']">
172+
hover-selector="[href='#docs-usage']">
173173
<h2 class="padding:5px_0px">Usage</h2>
174174
<a
175175
class="margin-left:10px display:none"
@@ -200,11 +200,11 @@ <h2 class="padding:5px_0px">Usage</h2>
200200
class="margin-top:80px border-bottom:1px_solid_lightgrey"
201201
scroll
202202
scroll-intersect="color:dodgerblue"
203-
scroll-target="#docs-attributes-section">
203+
scroll-selector="#docs-attributes-section">
204204
<span
205205
class="display:flex align-items:center width:fit-content"
206206
hover="display:block!important"
207-
hover-target="[href='#docs-attributes']">
207+
hover-selector="[href='#docs-attributes']">
208208
<h2 class="padding:5px_0px">Attributes</h2>
209209
<a
210210
class="margin-left:10px display:none"
@@ -253,11 +253,11 @@ <h4>
253253
class="border-bottom:1px_solid_lightgrey"
254254
scroll
255255
scroll-intersect="color:dodgerblue"
256-
scroll-target="#docs-demo-section">
256+
scroll-selector="#docs-demo-section">
257257
<span
258258
class="display:flex align-items:center width:fit-content"
259259
hover="display:block!important"
260-
hover-target="[href='#docs-demo']">
260+
hover-selector="[href='#docs-demo']">
261261
<h2 class="padding:5px_0px">Demo</h2>
262262
<a
263263
class="margin-left:10px display:none"
@@ -306,7 +306,7 @@ <h2 class="padding:5px_0px">Demo</h2>
306306
show="#eye-slash"
307307
hide="#eye, #demo-preview"
308308
toggle="code-height"
309-
toggle-target="#demo-code"
309+
toggle-selector="#demo-code"
310310
><i
311311
class="height:18px fill:#505050"
312312
src="/assets/svg/eye.svg"></i
@@ -318,7 +318,7 @@ <h2 class="padding:5px_0px">Demo</h2>
318318
show="#eye, #demo-preview"
319319
hide="#eye-slash"
320320
toggle="code-height"
321-
toggle-target="#demo-code"
321+
toggle-selector="#demo-code"
322322
><i
323323
class="height:20px fill:#505050"
324324
src="/assets/svg/eye-slash.svg"></i
@@ -345,7 +345,7 @@ <h2 class="padding:5px_0px">Demo</h2>
345345
<a
346346
class="margin-right:5px"
347347
fullscreen
348-
fullscreen-target="#playground"></a>
348+
fullscreen-selector="#playground"></a>
349349
</div>
350350
</div>
351351
<!-- End SandBox -->

0 commit comments

Comments
 (0)