@rogieking/figui3 2.0.9 → 2.0.10

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.
Files changed (2) hide show
  1. package/components.css +5 -2
  2. package/package.json +1 -1
package/components.css CHANGED
@@ -2351,8 +2351,11 @@ fig-input-color {
2351
2351
  text-transform: uppercase;
2352
2352
  }
2353
2353
  }
2354
- & fig-chit:not(:only-child),
2355
- & fig-chit:not(:only-child) > input {
2354
+ & > .input-combo > fig-chit:not(:only-child),
2355
+ & > .input-combo > fig-chit:not(:only-child) > input,
2356
+ & > .input-combo > fig-fill-picker:not(:only-child),
2357
+ & > .input-combo > fig-fill-picker:not(:only-child) > fig-chit > input,
2358
+ & fig-fill-picker:not(:only-child) {
2356
2359
  border-top-right-radius: 0 !important;
2357
2360
  border-bottom-right-radius: 0 !important;
2358
2361
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "devDependencies": {