From 23e398d327bc497afa7dcbd3435e45e905345b1b Mon Sep 17 00:00:00 2001 From: Henry Wilkinson Date: Mon, 1 May 2023 03:26:34 -0400 Subject: [PATCH 1/3] Icon updates - Changes `trash` for `trash3` which I believe wasn't originally available in the version of bootstrap-icons we were using but now it is and I like the tapered edges better :P - Makes browser profiles action button small to fit with the rest of the dropdown components used elswhere - Changes previous file-earmark delete icon to trash icons used everywhere else for delete actions --- frontend/src/pages/org/browser-profiles-detail.ts | 6 +++--- frontend/src/pages/org/browser-profiles-list.ts | 2 +- frontend/src/pages/org/crawl-detail.ts | 2 +- frontend/src/pages/org/workflow-detail.ts | 2 +- frontend/src/pages/org/workflows-list.ts | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/src/pages/org/browser-profiles-detail.ts b/frontend/src/pages/org/browser-profiles-detail.ts index 1ccfed13..64472474 100644 --- a/frontend/src/pages/org/browser-profiles-detail.ts +++ b/frontend/src/pages/org/browser-profiles-detail.ts @@ -269,7 +269,7 @@ export class BrowserProfilesDetail extends LiteElement { private renderMenu() { return html` - ${msg("Actions")} + ${msg("Actions")}