Skip to content

Commit

Permalink
Move cookies tab warning icon to the right
Browse files Browse the repository at this point in the history
Bug: 390556283
Change-Id: Icc46e5dbe17f1bf411b5f252ee4321ab035142be
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6243820
Commit-Queue: Kateryna Prokopenko <kprokopenko@chromium.org>
Reviewed-by: Benedikt Meurer <bmeurer@chromium.org>
Commit-Queue: Benedikt Meurer <bmeurer@chromium.org>
Auto-Submit: Kateryna Prokopenko <kprokopenko@chromium.org>
  • Loading branch information
Kateryna Prokopenko authored and Devtools-frontend LUCI CQ committed Feb 7, 2025
1 parent e8e49c9 commit 1ae1dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front_end/panels/network/NetworkItemView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ export class NetworkItemView extends UI.TabbedPane.TabbedPane {
const icon = new IconButton.Icon.Icon();
icon.data = {iconName: 'warning-filled', color: 'var(--icon-warning)', width: '14px', height: '14px'};
icon.title = i18nString(UIStrings.thirdPartyPhaseout);
this.setTabIcon(NetworkForward.UIRequestLocation.UIRequestTabs.COOKIES, icon);
this.setTrailingTabIcon(NetworkForward.UIRequestLocation.UIRequestTabs.COOKIES, icon);
}
}

Expand Down

0 comments on commit 1ae1dc1

Please sign in to comment.