Issue #2106 - Follow-up: Additional Un-prefixing

This commit is contained in:
Andy 2025-07-07 10:43:13 -07:00 committed by roytam1
commit 1a5b3dcae6
52 changed files with 152 additions and 152 deletions

View file

@ -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 */

View file

@ -228,7 +228,7 @@
.boxmodel-editable {
border: 1px dashed transparent;
-moz-user-select: text;
user-select: text;
}
.boxmodel-editable:hover {

View file

@ -44,7 +44,7 @@
}
#propertyContainer {
-moz-user-select: text;
user-select: text;
overflow-y: auto;
overflow-x: hidden;
flex: auto;

View file

@ -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 {

View file

@ -322,7 +322,7 @@
padding: 0 2px;
margin: 0;
margin-inline-end: 3px;
-moz-user-select: none;
user-select: none;
}
.requests-menu-transferred {

View file

@ -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;
}

View file

@ -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;

View file

@ -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,

View file

@ -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;
}