mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Issue #2106 - Follow-up: Additional Un-prefixing
This commit is contained in:
parent
f1f8c53ed6
commit
1a5b3dcae6
52 changed files with 152 additions and 152 deletions
|
|
@ -275,7 +275,7 @@ body {
|
|||
.animation-timeline .time-header {
|
||||
min-height: var(--timeline-animation-height);
|
||||
cursor: col-resize;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.animation-timeline .time-header .header-item {
|
||||
|
|
@ -300,7 +300,7 @@ body {
|
|||
}
|
||||
|
||||
.animation-timeline .time-body .time-tick {
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
position: absolute;
|
||||
width: 0;
|
||||
/* When scroll bar is shown, make it covers entire time-body */
|
||||
|
|
|
|||
|
|
@ -228,7 +228,7 @@
|
|||
|
||||
.boxmodel-editable {
|
||||
border: 1px dashed transparent;
|
||||
-moz-user-select: text;
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
.boxmodel-editable:hover {
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
}
|
||||
|
||||
#propertyContainer {
|
||||
-moz-user-select: text;
|
||||
user-select: text;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
flex: auto;
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
}
|
||||
|
||||
body {
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
/* Force height and width (possibly overflowing) from inline elements.
|
||||
|
|
@ -359,7 +359,7 @@ ul.children + .tag-line::before {
|
|||
border-radius: 3px;
|
||||
padding: 0px 2px;
|
||||
margin-inline-start: 5px;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.markupview-events {
|
||||
|
|
|
|||
|
|
@ -322,7 +322,7 @@
|
|||
padding: 0 2px;
|
||||
margin: 0;
|
||||
margin-inline-end: 3px;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.requests-menu-transferred {
|
||||
|
|
|
|||
|
|
@ -366,7 +366,7 @@
|
|||
|
||||
.call-tree-item .call-tree-cell,
|
||||
.call-tree-item .call-tree-cell[type=function] description {
|
||||
-moz-user-select: text;
|
||||
user-select: text;
|
||||
/* so that optimizations view doesn't break the lines in call tree */
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@
|
|||
}
|
||||
|
||||
#pseudo-class-panel > label {
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
/* Rule View Container */
|
||||
|
||||
#ruleview-container {
|
||||
-moz-user-select: text;
|
||||
user-select: text;
|
||||
overflow: auto;
|
||||
flex: auto;
|
||||
height: 100%;
|
||||
|
|
@ -148,7 +148,7 @@
|
|||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
|
|
@ -184,7 +184,7 @@
|
|||
border-top-style: solid;
|
||||
border-bottom-style: solid;
|
||||
padding: 1px 4px;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
word-wrap: break-word;
|
||||
vertical-align: middle;
|
||||
min-height: 1.5em;
|
||||
|
|
|
|||
|
|
@ -322,7 +322,7 @@ h3 {
|
|||
margin: 20px auto;
|
||||
-moz-column-width: 300px;
|
||||
font-size: 13px;
|
||||
-moz-user-select: text;
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
.csscoverage-report-summary,
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ a {
|
|||
|
||||
/* The red bubble that shows the number of times a message is repeated */
|
||||
.message-repeats {
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
flex: none;
|
||||
margin: 2px 6px;
|
||||
padding: 0 6px;
|
||||
|
|
@ -161,7 +161,7 @@ a {
|
|||
#output-wrapper {
|
||||
direction: ltr;
|
||||
overflow: auto;
|
||||
-moz-user-select: text;
|
||||
user-select: text;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue