From 82367d7705bcce3f60382bced782698694149a8e Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 15 Jan 2024 16:32:11 -0800 Subject: [PATCH] Remove remnant css classes --- src-ui/e2e/document-list/document-list.spec.ts | 2 +- .../components/app-frame/app-frame.component.html | 2 +- .../custom-fields-dropdown.component.html | 2 +- .../input/document-link/document-link.component.scss | 2 +- .../permissions-filter-dropdown.component.html | 2 +- .../share-links-dropdown.component.html | 2 +- .../document-detail/document-detail.component.html | 2 +- .../bulk-editor/bulk-editor.component.html | 4 ++-- .../document-list/document-list.component.html | 12 ++++++------ .../filter-editor/filter-editor.component.html | 2 +- .../management-list/management-list.component.html | 2 +- src-ui/src/styles.scss | 4 ---- 12 files changed, 17 insertions(+), 21 deletions(-) diff --git a/src-ui/e2e/document-list/document-list.spec.ts b/src-ui/e2e/document-list/document-list.spec.ts index 06b512a28..e74897257 100644 --- a/src-ui/e2e/document-list/document-list.spec.ts +++ b/src-ui/e2e/document-list/document-list.spec.ts @@ -131,7 +131,7 @@ test('sorting', async ({ page }) => { await page.getByRole('button', { name: 'Notes' }).click() await expect(page).toHaveURL(/sort=num_notes/) await page.getByRole('button', { name: 'Sort' }).click() - await page.locator('.w-100 > label > .toolbaricon').first().click() + await page.locator('.w-100 > label > i-bs').first().click() await expect(page).not.toHaveURL(/reverse=1/) }) diff --git a/src-ui/src/app/components/app-frame/app-frame.component.html b/src-ui/src/app/components/app-frame/app-frame.component.html index a24bad504..8106312a1 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.html +++ b/src-ui/src/app/components/app-frame/app-frame.component.html @@ -145,7 +145,7 @@ popoverClass="popover-slim">  {{d.title | documentTitle}} - + diff --git a/src-ui/src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.html b/src-ui/src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.html index 2bbfef04e..744cde733 100644 --- a/src-ui/src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.html +++ b/src-ui/src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.html @@ -1,6 +1,6 @@
diff --git a/src-ui/src/app/components/common/input/document-link/document-link.component.scss b/src-ui/src/app/components/common/input/document-link/document-link.component.scss index 51f6fa055..5541def31 100644 --- a/src-ui/src/app/components/common/input/document-link/document-link.component.scss +++ b/src-ui/src/app/components/common/input/document-link/document-link.component.scss @@ -7,7 +7,7 @@ } } -.sidebaricon { +i-bs { cursor: pointer; } diff --git a/src-ui/src/app/components/common/permissions-filter-dropdown/permissions-filter-dropdown.component.html b/src-ui/src/app/components/common/permissions-filter-dropdown/permissions-filter-dropdown.component.html index 9cf389d88..f95434c8f 100644 --- a/src-ui/src/app/components/common/permissions-filter-dropdown/permissions-filter-dropdown.component.html +++ b/src-ui/src/app/components/common/permissions-filter-dropdown/permissions-filter-dropdown.component.html @@ -1,6 +1,6 @@
diff --git a/src-ui/src/app/components/common/share-links-dropdown/share-links-dropdown.component.html b/src-ui/src/app/components/common/share-links-dropdown/share-links-dropdown.component.html index 15b588b10..9d3b01d74 100644 --- a/src-ui/src/app/components/common/share-links-dropdown/share-links-dropdown.component.html +++ b/src-ui/src/app/components/common/share-links-dropdown/share-links-dropdown.component.html @@ -1,6 +1,6 @@