Skip to content

Commit f74373d

Browse files
committed
fix: replaced show and hide class hidden with attribute hidden
1 parent 164342d commit f74373d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.html

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

src/dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
</style>
5050
</head>
5151
<body>
52-
<div id="modal-viewport" class="hidden"></div>
52+
<div id="modal-viewport" hidden></div>
5353
<div content_id="content" class="nav display:flex align-items:center background:whitesmoke">
5454
<ul class="overflow:auto display:inline-flex direction:rtl font-size:20px align-items:center list-style-type:none width:100%">
5555
<li cLass="margin-right:15px">

0 commit comments

Comments
 (0)