forge-select 0.4.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -265,6 +265,18 @@
265
265
  background: color-mix(in srgb, var(--fs-option-selected-bg) 50%, transparent);
266
266
  }
267
267
 
268
+ .forge-select__option--indeterminate::after {
269
+ content: "−";
270
+ margin-left: auto;
271
+ font-weight: 700;
272
+ }
273
+
274
+ .forge-select__match {
275
+ padding: 0;
276
+ color: inherit;
277
+ background: color-mix(in srgb, var(--fs-border-focus) 22%, transparent);
278
+ }
279
+
268
280
  .forge-select__twisty {
269
281
  display: inline-block;
270
282
  width: 14px;