@agorapulse/ui-theme 16.3.7 → 16.3.8

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.
Binary file
@@ -46,3 +46,7 @@
46
46
  width: 100%;
47
47
  }
48
48
  }
49
+
50
+ input:placeholder-shown {
51
+ text-overflow: ellipsis;
52
+ }
@@ -303,7 +303,7 @@
303
303
  &:not(.multiple) {
304
304
  background-color: var(--ref-color-electric-blue-10);
305
305
  color: var(--ref-color-electric-blue-150);
306
- ap-symbol {
306
+ ap-symbol:not(.option-selected) {
307
307
  .svg {
308
308
  color: var(--ref-color-electric-blue-150);
309
309
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-theme",
3
- "version": "16.3.7",
3
+ "version": "16.3.8",
4
4
  "description": "Agorapulse UI Theme Library",
5
5
  "repository": {
6
6
  "type": "git",
Binary file