From 0de278b73dac48fa81ff763fda6d3e95a447a00a Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 14 Sep 2022 11:54:57 +0200 Subject: [PATCH] Fix multiselect background color spilling outside the component Signed-off-by: Christoph Wurst --- src/components/NcMultiselect/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NcMultiselect/index.scss b/src/components/NcMultiselect/index.scss index 456ec378cb..d064f58666 100644 --- a/src/components/NcMultiselect/index.scss +++ b/src/components/NcMultiselect/index.scss @@ -8,7 +8,6 @@ /* override this rule with your width styling if you need */ min-width: 260px; position: relative; - background-color: var(--color-main-background); /* Force single multiselect value to be shown when not active */ &:not(.multiselect--active) .multiselect__single { @@ -54,6 +53,7 @@ min-height: 44px; height: 44px; padding: 8px 12px !important; + background-color: var(--color-main-background); &:focus, &:hover { border-color: var(--color-primary);