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