@agorapulse/ui-theme 17.1.2 → 17.1.4
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
|
|
@@ -270,18 +270,27 @@
|
|
|
270
270
|
.option {
|
|
271
271
|
background-color: var(--ref-color-electric-blue-10);
|
|
272
272
|
}
|
|
273
|
+
.feature-locked-option {
|
|
274
|
+
background-color: var(--ref-color-purple-10);
|
|
275
|
+
}
|
|
273
276
|
}
|
|
274
277
|
|
|
275
278
|
&:active:not(.ng-option-disabled) {
|
|
276
279
|
.option {
|
|
277
280
|
background-color: var(--ref-color-electric-blue-20);
|
|
278
281
|
}
|
|
282
|
+
.feature-locked-option {
|
|
283
|
+
background-color: var(--ref-color-purple-20);
|
|
284
|
+
}
|
|
279
285
|
}
|
|
280
286
|
|
|
281
287
|
&:focus:not(.ng-option-disabled) {
|
|
282
288
|
.option {
|
|
283
289
|
background-color: var(--ref-color-electric-blue-20);
|
|
284
290
|
}
|
|
291
|
+
.feature-locked-option {
|
|
292
|
+
background-color: var(--ref-color-purple-20);
|
|
293
|
+
}
|
|
285
294
|
}
|
|
286
295
|
|
|
287
296
|
&.ng-option-selected {
|
|
@@ -325,6 +334,10 @@
|
|
|
325
334
|
background-color: transparent;
|
|
326
335
|
}
|
|
327
336
|
|
|
337
|
+
.feature-locked-option {
|
|
338
|
+
background-color: var(--ref-color-purple-10) !important;
|
|
339
|
+
}
|
|
340
|
+
|
|
328
341
|
.option {
|
|
329
342
|
background-color: var(--ref-color-electric-blue-10);
|
|
330
343
|
span {
|
|
@@ -613,3 +626,7 @@
|
|
|
613
626
|
}
|
|
614
627
|
}
|
|
615
628
|
}
|
|
629
|
+
|
|
630
|
+
.feature-locked-label {
|
|
631
|
+
cursor: pointer;
|
|
632
|
+
}
|
package/package.json
CHANGED
|
Binary file
|