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,