Skip to content

Commit 38a77ff

Browse files
committed
fix: update query attributes
1 parent 28322f7 commit 38a77ff

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
@@ -46,7 +46,7 @@
4646
id="menuL"
4747
class="position:fixed top:0px left:0px overflow:hidden background:whitesmoke height:100vh width:0px width:300px@xl"
4848
resizable
49-
resize-selector="[content_id='content']"
49+
resize-query="[content_id='content']"
5050
resize-property="margin-left"
5151
resize-value="width">
5252
<menu
@@ -75,7 +75,7 @@ <h2>CoCreate-calculate</h2>
7575
share-width="700"
7676
share-media="https://cdn.cocreate.app/docs/calculate.png"
7777
hover="display:block!important"
78-
hover-selector=".social-networks">
78+
hover-query=".social-networks">
7979
<div class="display:none social-networks">
8080
<a
8181
class="margin-right:15px"
@@ -134,11 +134,11 @@ <h2>CoCreate-calculate</h2>
134134
class="border-bottom:1px_solid_lightgrey"
135135
scroll
136136
scroll-intersect="color:dodgerblue"
137-
scroll-selector="#calculate-install-section">
137+
scroll-query="#calculate-install-section">
138138
<span
139139
class="display:flex align-items:center width:fit-content"
140140
hover="display:block!important"
141-
hover-selector="[href='#calculate-install']">
141+
hover-query="[href='#calculate-install']">
142142
<h2 class="padding:5px_0px">Install</h2>
143143
<a
144144
class="margin-left:10px display:none"
@@ -159,11 +159,11 @@ <h2 class="padding:5px_0px">Install</h2>
159159
class="margin-top:80px border-bottom:1px_solid_lightgrey"
160160
scroll
161161
scroll-intersect="color:dodgerblue"
162-
scroll-selector="#calculate-usage-section">
162+
scroll-query="#calculate-usage-section">
163163
<span
164164
class="display:flex align-items:center width:fit-content"
165165
hover="display:block!important"
166-
hover-selector="[href='#calculate-usage']">
166+
hover-query="[href='#calculate-usage']">
167167
<h2 class="padding:5px_0px">Usage</h2>
168168
<a
169169
class="margin-left:10px display:none"
@@ -193,11 +193,11 @@ <h2 class="padding:5px_0px">Usage</h2>
193193
class="margin-top:80px border-bottom:1px_solid_lightgrey"
194194
scroll
195195
scroll-intersect="color:dodgerblue"
196-
scroll-selector="#calculate-attributes-section">
196+
scroll-query="#calculate-attributes-section">
197197
<span
198198
class="display:flex align-items:center width:fit-content"
199199
hover="display:block!important"
200-
hover-selector="[href='#calculate-attributes']">
200+
hover-query="[href='#calculate-attributes']">
201201
<h2 class="padding:5px_0px">Attributes</h2>
202202
<a
203203
class="margin-left:10px display:none"
@@ -244,11 +244,11 @@ <h4>
244244
class="border-bottom:1px_solid_lightgrey"
245245
scroll
246246
scroll-intersect="color:dodgerblue"
247-
scroll-selector="#calculate-demo-section">
247+
scroll-query="#calculate-demo-section">
248248
<span
249249
class="display:flex align-items:center width:fit-content"
250250
hover="display:block!important"
251-
hover-selector="[href='#calculate-demo']">
251+
hover-query="[href='#calculate-demo']">
252252
<h2 class="padding:5px_0px">Demo</h2>
253253
<a
254254
class="margin-left:10px display:none"
@@ -295,7 +295,7 @@ <h2 class="padding:5px_0px">Demo</h2>
295295
show="#eye-slash"
296296
hide="#eye, #demo-preview"
297297
toggle="code-height"
298-
toggle-selector="#demo-code"
298+
toggle-query="#demo-code"
299299
><i
300300
class="height:18px"
301301
src="/assets/svg/eye.svg"></i
@@ -307,7 +307,7 @@ <h2 class="padding:5px_0px">Demo</h2>
307307
show="#eye, #demo-preview"
308308
hide="#eye-slash"
309309
toggle="code-height"
310-
toggle-selector="#demo-code"
310+
toggle-query="#demo-code"
311311
><i src="/assets/svg/eye-slash.svg"></i
312312
></a>
313313
<a
@@ -330,7 +330,7 @@ <h2 class="padding:5px_0px">Demo</h2>
330330
<a
331331
class="margin-right:5px"
332332
fullscreen
333-
fullscreen-selector="#playground"></a>
333+
fullscreen-query="#playground"></a>
334334
</div>
335335
</div>
336336
<!-- End SandBox -->

0 commit comments

Comments
 (0)