make tab buttons not selectable
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
<h1>Bozjan/Save the Queen Zone Info</h1>
|
<h1>Bozjan/Save the Queen Zone Info</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div id="tabs">
|
<div id="tabs" style="user-select: none">
|
||||||
<style>
|
<style>
|
||||||
input[type="radio"] {
|
input[type="radio"] {
|
||||||
display: none;
|
display: none;
|
||||||
@@ -72,6 +72,7 @@
|
|||||||
|
|
||||||
.tab-content {
|
.tab-content {
|
||||||
text-align: initial;
|
text-align: initial;
|
||||||
|
user-select: text;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
#tab1:checked ~ #tab1-content,
|
#tab1:checked ~ #tab1-content,
|
||||||
|
|||||||
Reference in New Issue
Block a user