svelte-multiselect
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -8,3 +8,3 @@ { | ||
"license": "MIT", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"type": "module", | ||
@@ -11,0 +11,0 @@ "svelte": "index.js", |
@@ -206,3 +206,3 @@ <h1 align="center"> | ||
- `z-index: var(--sms-open-z-index, 4)`: Useful to ensure the dropdown list of options is displayed on top of other page elements of increased `z-index`. | ||
- `div.multiselect input` | ||
- `div.multiselect > input` | ||
- `color: var(--sms-text-color, inherit)`: Input text color. | ||
@@ -215,2 +215,3 @@ - `ul.selected > li`: | ||
- `background: var(--sms-options-bg, white)`: Background of options list. | ||
- `background: var(--sms-options-overscroll, none)`: Whether scroll events bubble to parent elements when reaching the top/bottom of the options dropdown. See [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/overscroll-behavior). | ||
- `ul.options > li.selected` | ||
@@ -217,0 +218,0 @@ - `background: var(--sms-li-selected-bg, inherit)`: Background of selected list items in options pane. |
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
40555
308