general-library-union 3.0.41 → 3.0.43
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
|
@@ -863,16 +863,16 @@ body {
|
|
|
863
863
|
color: #fff !important
|
|
864
864
|
}
|
|
865
865
|
|
|
866
|
-
.p-steps .p-steps-item .p-menuitem-link .p-steps-title {
|
|
867
|
-
color: #b1b1b1 !important;
|
|
868
|
-
}
|
|
869
|
-
|
|
870
866
|
|
|
871
867
|
li.p-element.p-steps-item.p-highlight.p-steps-current .p-steps-number {
|
|
872
868
|
background-color: var(--color-400) !important;
|
|
873
869
|
color: #ffffff !important;
|
|
874
870
|
}
|
|
875
|
-
|
|
871
|
+
|
|
872
|
+
li.p-element.p-steps-item.p-highlight.p-steps-current .p-steps-number .p-steps-title {
|
|
873
|
+
color: #ffffff !important;
|
|
874
|
+
}
|
|
875
|
+
|
|
876
876
|
.p-steps .p-steps-item .p-menuitem-link .p-steps-number {
|
|
877
877
|
background-color: #39373f !important;
|
|
878
878
|
color: #ffffff !important;
|