@posiwise/core-styles 0.0.28 → 0.0.29
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 +1 -1
- package/scss/_dynamic-styles.scss +15 -0
package/package.json
CHANGED
|
@@ -638,6 +638,16 @@
|
|
|
638
638
|
border-width: 0 !important;
|
|
639
639
|
}
|
|
640
640
|
|
|
641
|
+
.dropdown-menu .dropdown-item.active {
|
|
642
|
+
background-color: var(--tabs_bg) !important;
|
|
643
|
+
color: var(--tabs_text) !important;
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
.dropdown-menu .dropdown-item:focus {
|
|
647
|
+
background-color: var(--tabs_bg) !important;
|
|
648
|
+
color: var(--tabs_text) !important;
|
|
649
|
+
}
|
|
650
|
+
|
|
641
651
|
.p-dropdown-panel {
|
|
642
652
|
.p-dropdown-items {
|
|
643
653
|
.p-dropdown-item {
|
|
@@ -807,6 +817,11 @@
|
|
|
807
817
|
}
|
|
808
818
|
}
|
|
809
819
|
|
|
820
|
+
::ng-deep .dropdown-item.active {
|
|
821
|
+
background-color: red !important;
|
|
822
|
+
color: white !important;
|
|
823
|
+
}
|
|
824
|
+
|
|
810
825
|
.product-header-color {
|
|
811
826
|
color: rgb(24, 37, 39) !important;
|
|
812
827
|
}
|