UNPKG

@mantine/dates

Version:

Calendars, date and time pickers based on Mantine components

1 lines 725 B
{"version":3,"file":"TimeInput.module.cjs","names":[],"sources":["../../../src/components/TimeInput/TimeInput.module.css"],"sourcesContent":[".input {\n padding-top: 0;\n padding-bottom: 0;\n appearance: none;\n\n &::-webkit-calendar-picker-indicator {\n display: none;\n }\n\n &::-webkit-clear-button {\n display: none;\n }\n\n &::-webkit-datetime-edit-hour-field,\n &::-webkit-datetime-edit-minute-field,\n &::-webkit-datetime-edit-second-field,\n &::-webkit-datetime-edit-ampm-field {\n padding-top: 0;\n max-height: 30px;\n display: inline;\n\n &:focus {\n background-color: var(--mantine-primary-color-filled);\n color: var(--mantine-color-white);\n }\n }\n}\n"],"mappings":""}