From 6bc8881a8f44672b6419ed2bf3e9d8b940bed26f Mon Sep 17 00:00:00 2001 From: Valentin Mihai Date: Sat, 12 Feb 2022 01:04:11 +0200 Subject: [PATCH] added back remained keys for dossiers list screen --- src/assets/styles/common-help-mode.scss | 82 ------------------- .../page-header/page-header.component.html | 3 +- .../table-header/table-header.component.html | 2 +- 3 files changed, 3 insertions(+), 84 deletions(-) diff --git a/src/assets/styles/common-help-mode.scss b/src/assets/styles/common-help-mode.scss index da99dd4..bd92653 100644 --- a/src/assets/styles/common-help-mode.scss +++ b/src/assets/styles/common-help-mode.scss @@ -11,87 +11,5 @@ cursor: help; } -.help-mode-on-mouse-over-new-dossier-button, -.help-mode-on-mouse-over-filter-dossier-list, -.help-mode-on-mouse-over-filter-document-list, -.help-mode-on-mouse-over-dossiers-quickfilter-my-dossiers, -.help-mode-on-mouse-over-new-dossier { - padding-right: 10px; -} -.help-mode-on-mouse-over-search-in-entire-application, -.help-mode-on-mouse-over-open-notifications, -.help-mode-on-mouse-over-bulk-select-annotations, -.help-mode-on-mouse-over-assign-reviewer { - padding-left: 4px; -} - -.help-mode-on-mouse-over-edit-dossier-owner { - padding-left: 5px; -} - -.help-mode-on-mouse-over-edit-dossier-member { - margin-left: 3px; -} - -.help-mode-on-mouse-over-open-usermenu { - padding-top: 1px; - margin-left: 5px; -} - -.help-mode-on-mouse-over-standard-view, -.help-mode-on-mouse-over-delta-view, -.help-mode-on-mouse-over-preview-view { - margin-left: 1px; -} - -.help-mode-on-mouse-over-workload-filter { - height: 14px; - width: 50px; - margin-top: 10px; - margin-left: 15px; -} - -.help-mode-on-mouse-over-reset-filters { - padding-left: 4px; -} - -.help-mode-on-mouse-over-dossier-list, -.help-mode-on-mouse-over-document-list { - margin-top: 5px; - height: calc(100% - 70px); -} - -.help-mode-on-mouse-over-dossier-features { - height: 50px; - margin-top: 17px; - width: 95%; -} - -.help-mode-on-mouse-over-edit-dossier-from-list { - padding-left: 5px ; -} - -.help-mode-on-mouse-over-redaction-edit-reason, -.help-mode-on-mouse-over-redaction-remove-only-here, -.help-mode-on-mouse-over-redaction-remove-from-dictionary, -.help-mode-on-mouse-over-redaction-false-positive, -.help-mode-on-mouse-over-recommendation-accept-or-reject { - width: 20px; - height: 20px; - margin-left: 9px; - margin-top: 8px; -} - -.help-mode-on-mouse-over-document-features { - margin-top: 7px; - margin-left: 7px; - height: 20px; - width: 95%; -} - -.help-mode-on-mouse-over-navigate-in-breadcrumbs { - height: 20px; - margin-top: 20px; -} diff --git a/src/lib/listing/page-header/page-header.component.html b/src/lib/listing/page-header/page-header.component.html index c79755f..187bbd9 100644 --- a/src/lib/listing/page-header/page-header.component.html +++ b/src/lib/listing/page-header/page-header.component.html @@ -1,7 +1,7 @@