@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
19 lines (16 loc) • 411 B
JavaScript
'use strict';
const hiddenInputStyle = `
bottom: 0 !important;
left: 0 !important;
margin: 0 !important;
opacity: 0 !important;
outline: none !important;
padding: 0 !important;
position: absolute !important;
right: 0 !important;
top: 0 !important;
transform: none !important;
-webkit-appearance: none !important;
z-index: -1 !important;
`;
exports.hiddenInputStyle = hiddenInputStyle;