chrome-devtools-frontend 1.0.954086 → 1.0.954163

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.
@@ -30,7 +30,7 @@
30
30
  }
31
31
 
32
32
  .quota-override-notification-editor {
33
- border: solid 1px var(--color-background-highlight);
33
+ border: solid 1px var(--color-details-hairline);
34
34
  display: flex;
35
35
  flex: auto;
36
36
  margin-right: 4px;
@@ -8,7 +8,7 @@
8
8
  overflow: hidden;
9
9
  padding-left: 2px;
10
10
  background-color: var(--color-background-elevation-1);
11
- border-bottom: 1px solid var(--color-background-highlight);
11
+ border-bottom: 1px solid var(--color-details-hairline);
12
12
  margin-top: 0;
13
13
  padding-bottom: 2px;
14
14
  }
@@ -10,7 +10,7 @@
10
10
 
11
11
  .web-audio-toolbar-container {
12
12
  background-color: var(--color-background-elevation-1);
13
- border-bottom: var(--color-background-highlight);
13
+ border-bottom: var(--color-details-hairline);
14
14
  min-height: fit-content;
15
15
  }
16
16
 
@@ -25,7 +25,7 @@
25
25
  --color-background-elevation-2: rgb(222 225 230);
26
26
  /** Used when the elevation is visible only on dark theme */
27
27
  --color-background-elevation-dark-only: var(--color-background);
28
- --color-background-highlight: rgb(202 205 209);
28
+ --color-background-highlight: rgb(218 220 224);
29
29
  /** To draw grid lines behind elements */
30
30
  --divider-line: rgb(0 0 0 / 10%);
31
31
  /**
@@ -203,7 +203,7 @@
203
203
  --color-background-elevation-1: rgb(41 42 45);
204
204
  --color-background-elevation-2: rgb(53 54 58);
205
205
  --color-background-elevation-dark-only: var(--color-background-elevation-1);
206
- --color-background-highlight: rgb(75 76 79);
206
+ --color-background-highlight: rgb(69 69 69);
207
207
  --divider-line: rgb(255 255 255 / 10%);
208
208
  --color-background-hover-overlay: rgb(56 121 217 / 10%);
209
209
  --color-selection-highlight: rgb(251 202 70 / 20%);
@@ -56,7 +56,7 @@
56
56
  }
57
57
 
58
58
  .tree-outline:not(.hide-selection-when-blurred) li.in-clipboard .highlight {
59
- outline: 1px dotted var(--color-background-highlight);
59
+ outline: 1px dotted var(--color-details-hairline);
60
60
  }
61
61
 
62
62
  ol.tree-outline:not(.hide-selection-when-blurred) li.selected:focus .selection {
package/package.json CHANGED
@@ -53,5 +53,5 @@
53
53
  "unittest": "scripts/test/run_unittests.py --no-text-coverage",
54
54
  "watch": "third_party/node/node.py --output scripts/watch_build.js"
55
55
  },
56
- "version": "1.0.954086"
56
+ "version": "1.0.954163"
57
57
  }