UNPKG

445 BJavaScriptView Raw
1/*!
2 * Xtend UI (https://xtendui.com/)
3 * @copyright (c) 2017 - 2021 Riccardo Caroli
4 * @license MIT (https://github.com/xtendui/xtendui/blob/master/LICENSE.txt)
5 */
6
7module.exports = {
8 component: {
9 '[data-xt-groupnumber-init]': {
10 'input[type="number"]': {
11 '-moz-appearance': 'textfield',
12 '&::-webkit-inner-spin-button, &::-webkit-outer-spin-button': {
13 appearance: 'none',
14 },
15 },
16 },
17 },
18}