chrome-devtools-frontend 1.0.969882 → 1.0.970302
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/front_end/panels/animation/animationTimeline.css +0 -3
- package/front_end/panels/application/components/trustTokensViewDeleteButton.css +0 -1
- package/front_end/panels/console/consolePinPane.css +0 -17
- package/front_end/panels/css_overview/cssOverviewCompletedView.css +0 -1
- package/front_end/panels/elements/components/adornerSettingsPane.css +0 -1
- package/front_end/panels/elements/components/computedStyleTrace.css +1 -1
- package/front_end/panels/elements/components/elementsBreadcrumbs.css +0 -1
- package/front_end/panels/elements/computedStyleWidgetTree.css +2 -2
- package/front_end/panels/elements/elementsTreeOutline.css +0 -2
- package/front_end/panels/emulation/deviceModeView.css +0 -1
- package/front_end/panels/event_listeners/eventListenersView.css +0 -1
- package/front_end/panels/issues/components/hideIssuesMenu.css +0 -1
- package/front_end/panels/media/playerListView.css +0 -1
- package/front_end/panels/network/networkLogView.css +0 -4
- package/front_end/panels/network/requestPayloadTree.css +0 -2
- package/front_end/panels/network/signedExchangeInfoTree.css +0 -1
- package/front_end/panels/settings/emulation/components/userAgentClientHintsForm.css +0 -4
- package/front_end/panels/settings/emulation/devicesSettingsTab.css +0 -1
- package/front_end/panels/sources/watchExpressionsSidebarPane.css +0 -1
- package/front_end/panels/webauthn/webauthnPane.css +0 -12
- package/front_end/third_party/codemirror/package/addon/fold/foldgutter.css +1 -5
- package/front_end/ui/components/adorners/adorner.css +0 -4
- package/front_end/ui/components/buttons/button.css +0 -4
- package/front_end/ui/components/data_grid/dataGrid.css +0 -4
- package/front_end/ui/components/icon_button/iconButton.css +0 -1
- package/front_end/ui/legacy/TabbedPane.ts +1 -1
- package/front_end/ui/legacy/tabbedPane.css +0 -4
- package/front_end/ui/legacy/textButton.css +0 -1
- package/front_end/ui/legacy/toolbar.css +0 -1
- package/package.json +1 -1
@@ -338,7 +338,6 @@ text.animation-timeline-grid-label {
|
|
338
338
|
background: var(--color-background-elevation-2);
|
339
339
|
opacity: 0%;
|
340
340
|
border-right: 1px solid var(--color-details-hairline);
|
341
|
-
cursor: pointer;
|
342
341
|
}
|
343
342
|
|
344
343
|
.animation-buffer-preview:focus-visible {
|
@@ -410,7 +409,6 @@ text.animation-timeline-grid-label {
|
|
410
409
|
background-color: transparent;
|
411
410
|
flex: 1 0 auto;
|
412
411
|
text-align: center;
|
413
|
-
cursor: pointer;
|
414
412
|
}
|
415
413
|
|
416
414
|
.animation-playback-rate-button:first-child {
|
@@ -454,7 +452,6 @@ text.animation-timeline-grid-label {
|
|
454
452
|
box-shadow: 0 1px 4px 0 var(--color-background-highlight);
|
455
453
|
z-index: 100;
|
456
454
|
display: none;
|
457
|
-
cursor: pointer;
|
458
455
|
font-weight: 700;
|
459
456
|
color: var(--color-background);
|
460
457
|
}
|
@@ -71,23 +71,6 @@
|
|
71
71
|
overflow: hidden;
|
72
72
|
}
|
73
73
|
|
74
|
-
.console-delete-pin {
|
75
|
-
position: absolute;
|
76
|
-
top: 8px;
|
77
|
-
left: 8px;
|
78
|
-
opacity: 70%;
|
79
|
-
cursor: pointer;
|
80
|
-
}
|
81
|
-
|
82
|
-
.console-delete-pin:hover,
|
83
|
-
.console-delete-pin:focus-visible {
|
84
|
-
opacity: 100%;
|
85
|
-
}
|
86
|
-
|
87
|
-
:host-context(.-theme-with-dark-background) .console-delete-pin {
|
88
|
-
filter: brightness(2);
|
89
|
-
}
|
90
|
-
|
91
74
|
.console-pin-name:focus-within {
|
92
75
|
background: var(--color-background);
|
93
76
|
box-shadow: var(--legacy-focus-ring-active-shadow) inset;
|
@@ -15,7 +15,7 @@
|
|
15
15
|
|
16
16
|
.tree-outline li:hover {
|
17
17
|
background-color: var(--legacy-focus-bg-color);
|
18
|
-
cursor:
|
18
|
+
cursor: text;
|
19
19
|
}
|
20
20
|
|
21
21
|
.tree-outline li::before {
|
@@ -35,7 +35,7 @@
|
|
35
35
|
margin: 1px 0 0;
|
36
36
|
padding: 1em 0;
|
37
37
|
width: 100%;
|
38
|
-
cursor:
|
38
|
+
cursor: text;
|
39
39
|
color: var(--color-text-secondary);
|
40
40
|
font-size: 11px;
|
41
41
|
font-weight: 400;
|
@@ -203,7 +203,6 @@ select {
|
|
203
203
|
border-radius: 5px;
|
204
204
|
border: 1px solid var(--issue-color-yellow);
|
205
205
|
background-color: var(--issue-color-yellow);
|
206
|
-
cursor: pointer;
|
207
206
|
}
|
208
207
|
|
209
208
|
.elements-gutter-decoration.elements-has-decorated-children {
|
@@ -278,7 +277,6 @@ select {
|
|
278
277
|
position: absolute;
|
279
278
|
top: 0;
|
280
279
|
left: 0;
|
281
|
-
cursor: pointer;
|
282
280
|
width: 15px;
|
283
281
|
height: 15px;
|
284
282
|
}
|
@@ -71,7 +71,6 @@
|
|
71
71
|
|
72
72
|
.tree-outline li .header-toggle:hover {
|
73
73
|
color: var(--color-text-secondary);
|
74
|
-
cursor: pointer;
|
75
74
|
}
|
76
75
|
|
77
76
|
.tree-outline .payload-name {
|
@@ -105,7 +104,6 @@
|
|
105
104
|
display: inline-block;
|
106
105
|
font-size: 12px;
|
107
106
|
font-family: sans-serif;
|
108
|
-
cursor: pointer;
|
109
107
|
margin: 0 4px;
|
110
108
|
padding: 2px 4px;
|
111
109
|
}
|
@@ -120,18 +120,6 @@
|
|
120
120
|
padding: 5px 10px 0 0;
|
121
121
|
}
|
122
122
|
|
123
|
-
.text-button {
|
124
|
-
float: right;
|
125
|
-
white-space: nowrap;
|
126
|
-
overflow: hidden;
|
127
|
-
min-width: 28px;
|
128
|
-
background: transparent;
|
129
|
-
border: none;
|
130
|
-
color: var(--color-link);
|
131
|
-
text-decoration: underline;
|
132
|
-
cursor: pointer;
|
133
|
-
}
|
134
|
-
|
135
123
|
td .text-button {
|
136
124
|
min-width: 20px;
|
137
125
|
margin: auto;
|
@@ -3,15 +3,11 @@
|
|
3
3
|
text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px;
|
4
4
|
font-family: arial;
|
5
5
|
line-height: .3;
|
6
|
-
cursor: pointer;
|
7
6
|
}
|
8
7
|
.CodeMirror-foldgutter {
|
9
8
|
width: .7em;
|
10
9
|
}
|
11
|
-
|
12
|
-
.CodeMirror-foldgutter-folded {
|
13
|
-
cursor: pointer;
|
14
|
-
}
|
10
|
+
|
15
11
|
.CodeMirror-foldgutter-open:after {
|
16
12
|
content: "\25BE";
|
17
13
|
}
|
@@ -1144,7 +1144,7 @@ export class TabbedPaneTab {
|
|
1144
1144
|
if (this.tabbedPane.allowTabReorder) {
|
1145
1145
|
installDragHandle(
|
1146
1146
|
tabElement, this.startTabDragging.bind(this), this.tabDragging.bind(this), this.endTabDragging.bind(this),
|
1147
|
-
|
1147
|
+
null, null, 200);
|
1148
1148
|
}
|
1149
1149
|
}
|
1150
1150
|
|
@@ -269,10 +269,6 @@
|
|
269
269
|
align-items: center;
|
270
270
|
}
|
271
271
|
|
272
|
-
.tabbed-pane-shadow.vertical-tab-layout .tabbed-pane-header-tab:not(.selected) {
|
273
|
-
cursor: pointer !important; /* stylelint-disable-line declaration-no-important */
|
274
|
-
}
|
275
|
-
|
276
272
|
/* stylelint-disable no-descending-specificity */
|
277
273
|
.tabbed-pane-shadow.vertical-tab-layout .tabbed-pane-header-tab.selected {
|
278
274
|
--override-vertical-tab-selected-border-color: #666;
|
package/package.json
CHANGED