@xsolla/xui-context-menu 0.114.0 → 0.116.0

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/web/index.mjs CHANGED
@@ -256,6 +256,16 @@ var StyledInput = styled4.input`
256
256
  &:disabled {
257
257
  cursor: not-allowed;
258
258
  }
259
+
260
+ /* Override browser autofill background */
261
+ &:-webkit-autofill,
262
+ &:-webkit-autofill:hover,
263
+ &:-webkit-autofill:focus,
264
+ &:-webkit-autofill:active {
265
+ -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
266
+ -webkit-background-clip: text !important;
267
+ -webkit-text-fill-color: ${(props) => props.color || "inherit"} !important;
268
+ }
259
269
  `;
260
270
  var InputPrimitive = forwardRef(
261
271
  ({