Skip to content

Commit

Permalink
fix: removed toogle fullscreen icons. now using css content
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Apr 30, 2023
1 parent f51a1e0 commit 997248f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h2 class="padding:5px_0px">Demo</h2>
<a class="margin-right:10px" hidden id="eye-slash" show="#eye, #demo-preview" hide="#eye-slash" toggle="code-height" toggle-target="#demo-code"><i class="fas fa-eye-slash"></i></a>
<a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
<a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
<a class="margin-right:5px" fullscreen target="#playground"><i class="fas fa-expand"></i></a>
<a class="margin-right:5px" fullscreen target="#playground"></a>
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion src/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<a actions="parkModal"><i class="far fa-window-minimize"></i></a>
</li>
<li cLass="margin-right:15px">
<a fullscreen><i toggle="fa-compress, fa-expand" class="fas fa-expand"></i></a>
<a fullscreen></a>
</li>
<li cLass="margin-right:15px">
<a actions="deleteDocument, closeModal" collection="modules" document_id="" pass_id="form-fields"><i class="far fa-trash-alt"></i></a>
Expand Down

0 comments on commit 997248f

Please sign in to comment.