svelte-multiselect
Advanced tools
Comparing version 3.2.2 to 3.2.3
@@ -8,3 +8,3 @@ { | ||
"license": "MIT", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"type": "module", | ||
@@ -11,0 +11,0 @@ "svelte": "index.js", |
@@ -224,3 +224,3 @@ <h1 align="center"> | ||
- `background: var(--sms-readonly-bg, lightgray)`: Background when in readonly state. | ||
- `div.multiselect > input` | ||
- `div.multiselect > ul.selected > li > input` | ||
- `color: var(--sms-text-color, inherit)`: Input text color. | ||
@@ -304,3 +304,3 @@ - `div.multiselect > ul.selected > li` | ||
} | ||
:global(div.multiselect > input) { | ||
:global(div.multiselect > ul.selected > li > input) { | ||
/* input inside the top-level wrapper div */ | ||
@@ -307,0 +307,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41400