Skip to content

Commit 1ae1dc1

Browse files
Kateryna ProkopenkoDevtools-frontend LUCI CQ
authored andcommitted
Move cookies tab warning icon to the right
Bug: 390556283 Change-Id: Icc46e5dbe17f1bf411b5f252ee4321ab035142be Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6243820 Commit-Queue: Kateryna Prokopenko <[email protected]> Reviewed-by: Benedikt Meurer <[email protected]> Commit-Queue: Benedikt Meurer <[email protected]> Auto-Submit: Kateryna Prokopenko <[email protected]>
1 parent e8e49c9 commit 1ae1dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/panels/network/NetworkItemView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ export class NetworkItemView extends UI.TabbedPane.TabbedPane {
293293
const icon = new IconButton.Icon.Icon();
294294
icon.data = {iconName: 'warning-filled', color: 'var(--icon-warning)', width: '14px', height: '14px'};
295295
icon.title = i18nString(UIStrings.thirdPartyPhaseout);
296-
this.setTabIcon(NetworkForward.UIRequestLocation.UIRequestTabs.COOKIES, icon);
296+
this.setTrailingTabIcon(NetworkForward.UIRequestLocation.UIRequestTabs.COOKIES, icon);
297297
}
298298
}
299299

0 commit comments

Comments
 (0)