From dfed256c3697df8fb91518fc9e52b01469cae70b Mon Sep 17 00:00:00 2001 From: Jachin Rupe Date: Mon, 9 Oct 2023 14:51:30 -0500 Subject: [PATCH] Fixing the background for the value casing. --- site/demo-styles.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/site/demo-styles.css b/site/demo-styles.css index 4d6c63d8..04371797 100644 --- a/site/demo-styles.css +++ b/site/demo-styles.css @@ -403,9 +403,7 @@ much-select::part(value-casing output-style-custom-html) { background-color: var(--much-select-background-color); box-shadow: 1px 1px 1px 0 lightgray inset; padding: 0.1em 1.5em 0.1em 0.1em; -} -much-select::part(value-casing output-style-custom-html) { flex-flow: row; cursor: pointer; border: 1px solid var(--much-select-border-color); @@ -456,6 +454,11 @@ much-select::part(value-casing output-style-custom-html single) { background-repeat: repeat-x; } +much-select::part(value-casing output-style-custom-html multi) { + background-image: var(--much-select-value-casing-background-image); + background-repeat: repeat-x; +} + much-select::part(value-casing single disabled) { background-image: none; background-color: var(--much-select-disabled-background-color);