diff --git a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html index bf5d1fcb0..61b192d20 100644 --- a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html +++ b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html @@ -5,7 +5,7 @@
 {{title}}
-
+
{{selectionModel.selectionSize()}}
diff --git a/src-ui/src/theme_dark.scss b/src-ui/src/theme_dark.scss index 8bf805c42..2bcac47f2 100644 --- a/src-ui/src/theme_dark.scss +++ b/src-ui/src/theme_dark.scss @@ -143,6 +143,10 @@ $border-color-dark-mode: #47494f; color: $text-color-dark-mode-accent; } + .badge.border-light { + border-color: $bg-dark-mode !important; + } + .doc-img-container { border: none !important; border-top-left-radius: .25rem;