@solace-health/ui 0.10.287 → 0.10.289
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/dist/index.cjs +0 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +0 -9
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2816,7 +2816,6 @@ The mask that was received is: ${JSON.stringify(C)}`);return C.map(t=>t instance
|
|
|
2816
2816
|
overflow: visible;
|
|
2817
2817
|
|
|
2818
2818
|
.ant-menu-title-content {
|
|
2819
|
-
background-color: ${C=>C.active?"#e9f0ee":"transparent"};
|
|
2820
2819
|
color: ${C=>C.active?"var(--green-dark)":"inherit"};
|
|
2821
2820
|
}
|
|
2822
2821
|
}
|
|
@@ -2826,17 +2825,9 @@ The mask that was received is: ${JSON.stringify(C)}`);return C.map(t=>t instance
|
|
|
2826
2825
|
padding: 0.5rem 1rem 0.5rem 0.5rem;
|
|
2827
2826
|
}
|
|
2828
2827
|
|
|
2829
|
-
&&.ant-menu-item-selected {
|
|
2830
|
-
background-color: transparent;
|
|
2831
|
-
}
|
|
2832
|
-
|
|
2833
2828
|
&&&&:hover,
|
|
2834
2829
|
&&:active {
|
|
2835
2830
|
background-color: transparent;
|
|
2836
|
-
|
|
2837
|
-
.ant-menu-title-content {
|
|
2838
|
-
background-color: var(--green-light);
|
|
2839
|
-
}
|
|
2840
2831
|
}
|
|
2841
2832
|
|
|
2842
2833
|
@media ${a1.SmallMax} {
|