mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
Revert "MAINT: Suplement user-select: none
with -webkit-user-select: none
"
This reverts commit 5d48a43813
.
The lack of `-webkit-user-select` was not the culprit; it was the lack of `user-select` on the button element itself (rather than just the tooltip)
This commit is contained in:
parent
5d48a43813
commit
d7a84ef872
6 changed files with 0 additions and 15 deletions
|
@ -18,7 +18,6 @@
|
|||
|
||||
#crafting-header {
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
font-size: min(5vh, 2.5vw);
|
||||
line-height: 0;
|
||||
color: white;
|
||||
|
@ -218,7 +217,6 @@
|
|||
font: inherit;
|
||||
align-items: center;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
.crafting-label input, .crafting-label textarea {
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
width: 20%;
|
||||
text-align: center;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
#friend-list-search-input {
|
||||
|
@ -66,7 +65,6 @@
|
|||
|
||||
#friend-list-header {
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
#friend-list-header .friend-list-link {
|
||||
|
@ -116,7 +114,6 @@
|
|||
justify-content: center;
|
||||
gap: 0.15em;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
.friend-list-icon-container {
|
||||
|
@ -236,7 +233,6 @@
|
|||
|
||||
.RelationType {
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
.friend-list-link {
|
||||
|
|
|
@ -285,7 +285,6 @@ select:invalid:not(:disabled):not(:read-only) {
|
|||
background-color: rgba(0, 0, 0, 0.55);
|
||||
padding: min(1vh, 0.5vw);
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
.dropdown-header {
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
mask-size: contain;
|
||||
box-sizing: border-box;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
/* Delegate the background/border styling to a separate class in order to ease their removal when a greater degree of element styling is desired */
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
|
||||
.chat-room-sep-header {
|
||||
user-select: all !important;
|
||||
-webkit-user-select: all !important;
|
||||
align-content: center;
|
||||
justify-content: center;
|
||||
display: flex;
|
||||
|
@ -50,7 +49,6 @@
|
|||
|
||||
.chat-room-no-copy {
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
.chat-room-sep-collapse {
|
||||
|
@ -115,7 +113,6 @@
|
|||
overflow: hidden;
|
||||
flex: 1;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
border-right: black solid max(3px, min(0.4vh, 0.2vw));
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
@ -154,7 +151,6 @@
|
|||
justify-self: end;
|
||||
align-self: flex-end;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
padding-right: min(0.5vh, 0.25vw);
|
||||
}
|
||||
|
||||
|
@ -647,7 +643,6 @@
|
|||
width: 0.5em;
|
||||
text-align: center;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
.chat-room-changelog-header-div:has([aria-expanded="false"]) ~ * {
|
||||
|
|
|
@ -82,7 +82,6 @@
|
|||
font: inherit;
|
||||
color: white;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
|
||||
min-height: 1.15em; /* 1 line */
|
||||
max-height: 4.6em; /* 4 lines */
|
||||
|
@ -233,7 +232,6 @@
|
|||
width: 100%;
|
||||
color: white;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
text-indent: 1em hanging each-line;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue