From 3787f4f8fed9e18b8a116cbd238616a722587845 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 1 Nov 2023 23:24:13 -0700 Subject: [PATCH] Rework doc details nav scroll doc details nav on mobile Update styles.scss --- .../custom-fields-dropdown.component.html | 2 +- .../page-header/page-header.component.scss | 4 +- .../share-links-dropdown.component.html | 2 +- .../document-detail.component.html | 70 +++++++++---------- src-ui/src/styles.scss | 8 +++ 5 files changed, 47 insertions(+), 39 deletions(-) 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 7d4881a77..f3475c297 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,5 +1,5 @@
-
-
+
- -
-
diff --git a/src-ui/src/styles.scss b/src-ui/src/styles.scss index dd779bda6..504dd3028 100644 --- a/src-ui/src/styles.scss +++ b/src-ui/src/styles.scss @@ -384,6 +384,14 @@ ul.pagination { } } +.nav-underline { + .nav-link { + &.active, &:hover, &:focus { + color: var(--bs-primary); + } + } +} + .ng-select-container, .ng-select.ng-select-opened > .ng-select-container, .ng-dropdown-panel,