@agorapulse/ui-theme 17.1.1 → 17.1.2
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
|
|
@@ -303,10 +303,11 @@
|
|
|
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:not(.option-selected) {
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
306
|
+
ap-symbol:not(.option-selected) .svg {
|
|
307
|
+
color: var(--ref-color-electric-blue-150);
|
|
308
|
+
}
|
|
309
|
+
ap-avatar ap-symbol:not(.option-selected) .svg {
|
|
310
|
+
color: inherit;
|
|
310
311
|
}
|
|
311
312
|
.label {
|
|
312
313
|
color: var(--ref-color-electric-blue-150);
|
package/package.json
CHANGED
|
Binary file
|