@stack-spot/citric-react 0.2.0 → 0.2.1
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/citric.css +2 -0
- package/package.json +1 -1
package/dist/citric.css
CHANGED
|
@@ -1814,6 +1814,7 @@ input[type="reset"][data-citric="icon-box"], .apply-citric input[type="reset"].c
|
|
|
1814
1814
|
font: var(--font-microtext1);
|
|
1815
1815
|
color: var(--inverse-contrastText);
|
|
1816
1816
|
position: absolute;
|
|
1817
|
+
z-index: 9999;
|
|
1817
1818
|
top: 0;
|
|
1818
1819
|
padding: 3px 6px;
|
|
1819
1820
|
border: 1px solid var(--inverse-500);
|
|
@@ -2244,6 +2245,7 @@ input[data-citric="favorite"][type="checkbox"] {
|
|
|
2244
2245
|
font: var(--font-microtext1);
|
|
2245
2246
|
color: var(--inverse-contrastText);
|
|
2246
2247
|
position: absolute;
|
|
2248
|
+
z-index: 9999;
|
|
2247
2249
|
top: 0;
|
|
2248
2250
|
padding: 3px 6px;
|
|
2249
2251
|
border: 1px solid var(--inverse-500);
|