Remove user select none
This commit is contained in:
parent
f38cd5c563
commit
e966f21b63
1 changed files with 0 additions and 7 deletions
|
@ -47,20 +47,17 @@
|
|||
width: 120px;
|
||||
height: 120px;
|
||||
margin-bottom: 0.5rem;
|
||||
user-select: none;
|
||||
}
|
||||
header h1 {
|
||||
font-weight: 700;
|
||||
font-size: 2.5rem;
|
||||
color: #58a6ff;
|
||||
margin: 0.2rem 0 0.5rem;
|
||||
user-select: none;
|
||||
}
|
||||
header p {
|
||||
font-size: 1.1rem;
|
||||
color: #aaa;
|
||||
margin: 0;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
/* Install section with button + CLI */
|
||||
|
@ -72,7 +69,6 @@
|
|||
align-items: flex-end;
|
||||
position: relative;
|
||||
height: 130px; /* reserve space */
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.install-btn {
|
||||
|
@ -87,7 +83,6 @@
|
|||
cursor: pointer;
|
||||
transition: background-color 0.3s ease;
|
||||
text-decoration: none !important;
|
||||
user-select: none;
|
||||
text-align: center;
|
||||
}
|
||||
.install-btn:hover {
|
||||
|
@ -102,7 +97,6 @@
|
|||
border-radius: 6px;
|
||||
margin-top: 0.5rem;
|
||||
overflow-x: auto;
|
||||
|
||||
display: none; /* Initially hidden */
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
|
@ -136,7 +130,6 @@
|
|||
cursor: pointer;
|
||||
color: #58a6ff;
|
||||
font-weight: 600;
|
||||
user-select: none;
|
||||
margin-top: 1rem;
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue