Skip to content

Commit 1b29c94

Browse files
Kateryna ProkopenkoDevtools-frontend LUCI CQ
authored andcommitted
Minor tab and outline view fixes
Use primary color for annotations counter badge Use purple bright color for overrides status dot Decrease Event listeners line height to 16px Bug:none Change-Id: Icaa965b336652e8e95915d38665dc38672125d19 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6276553 Reviewed-by: Kim-Anh Tran <[email protected]> Auto-Submit: Kateryna Prokopenko <[email protected]> Commit-Queue: Kim-Anh Tran <[email protected]>
1 parent d9bbee5 commit 1b29c94

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

front_end/panels/event_listeners/eventListenersView.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
padding: 0 0 0 5px;
99
overflow: hidden;
1010
display: flex;
11-
min-height: var(--sys-size-9);
11+
min-height: var(--sys-size-8);
1212
align-items: center;
1313
}
1414

@@ -33,7 +33,7 @@
3333

3434
.event-listener-details {
3535
display: flex;
36-
min-height: var(--sys-size-9);
36+
min-height: var(--sys-size-8);
3737
align-items: center;
3838
gap: var(--sys-size-2);
3939

front_end/ui/legacy/tabbedPane.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@
197197
line-height: 15px;
198198
border-radius: var(--sys-shape-corner-full);
199199
margin-left: var(--sys-size-2);
200-
background-color: var(--sys-color-error);
201-
color: var(--sys-color-on-error);
200+
background-color: var(--sys-color-primary);
201+
color: var(--sys-color-on-primary);
202202
font-size: var(--sys-typescale-body5-size);
203203
font-weight: var(--ref-typeface-weight-bold);
204204

@@ -214,7 +214,7 @@
214214
height: var(--sys-size-4);
215215
width: var(--sys-size-4);
216216
border-radius: var(--sys-shape-corner-full);
217-
background-color: var(--sys-color-error);
217+
background-color: var(--sys-color-purple-bright);
218218
margin-left: var(--sys-size-1);
219219
justify-self: center;
220220
position: relative;

0 commit comments

Comments
 (0)