@posiwise/core-styles 0.0.29 → 0.0.30
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.
package/package.json
CHANGED
|
@@ -461,10 +461,21 @@
|
|
|
461
461
|
}
|
|
462
462
|
}
|
|
463
463
|
}
|
|
464
|
+
.p-multiselect-header .p-checkbox .p-checkbox-box.p-highlight {
|
|
465
|
+
background: var(--first) !important;
|
|
466
|
+
border-color: var(--first);
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
|
470
|
+
box-shadow: 0 0 0 0.2rem var(--first) (255, 0, 0, 0.5); // Adjusted to red
|
|
471
|
+
border-color: var(--first); // Red border
|
|
472
|
+
}
|
|
473
|
+
|
|
464
474
|
.p-multiselect-item {
|
|
465
475
|
.p-checkbox {
|
|
466
476
|
.p-checkbox-box.p-highlight {
|
|
467
477
|
background: var(--first);
|
|
478
|
+
border-color: var(--first);
|
|
468
479
|
}
|
|
469
480
|
}
|
|
470
481
|
}
|
|
@@ -836,7 +847,7 @@
|
|
|
836
847
|
.view-all {
|
|
837
848
|
font-size: 1.5rem;
|
|
838
849
|
font-weight: 600;
|
|
839
|
-
color:
|
|
850
|
+
color: var(--titles) !important;
|
|
840
851
|
text-decoration: none;
|
|
841
852
|
margin-bottom: 2.5rem;
|
|
842
853
|
|