Skip to content

Commit 1a74bef

Browse files
committed
fix: replaced show and hide class hidden with attribute hidden
1 parent 38d89ef commit 1a74bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h2 class="padding:5px_0px">Demo</h2>
9999
<div class="container svColumn overflow:hidden card position:relative border-radius:2px width:auto height:100%" id="sandbox">
100100
<div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
101101
<a class="margin-right:10px" id="code" show="#preview" hide="#code, #view"><i class="far fa-eye"></i></a>
102-
<a class="margin-right:10px hidden" id="preview" show="#code, #view" hide="#preview"><i class="fas fa-code"></i></a>
102+
<a class="margin-right:10px" id="preview" show="#code, #view" hide="#preview" hidden><i class="fas fa-code"></i></a>
103103
<a class="margin-right:5px" fullscreen target="#playground"><i class="fas fa-expand"></i></a>
104104
</div>
105105
<div class="svRow">

0 commit comments

Comments
 (0)