Skip to content

Commit

Permalink
fix: Refactored *-target to *-selector
Browse files Browse the repository at this point in the history
This commit changes attributes ending in -target attribute to -selector. This update standardizes the use of the -selector instead of -target going forward.
  • Loading branch information
frankpagan committed Jun 22, 2023
1 parent 733e419 commit 6b66d9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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 @@ -222,7 +222,7 @@ <h4>
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 @@ -234,7 +234,7 @@ <h4>
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 Down Expand Up @@ -263,7 +263,7 @@ <h4>
<a
class="margin-right:5px"
fullscreen
fullscreen-target="#playground"></a>
fullscreen-selector="#playground"></a>
</div>
</div>
<!-- End SandBox -->
Expand Down

0 comments on commit 6b66d9a

Please sign in to comment.