Bug fixes

This commit is contained in:
Jake Archibald
2020-11-11 14:49:39 +00:00
parent be4601b93a
commit 56f9d4b8c8
20 changed files with 424 additions and 125 deletions

View File

@@ -1,6 +1,6 @@
import PointerTracker from 'pointer-tracker';
import * as style from './style.css';
import 'add-css:./styles.css';
import 'add-css:./style.css';
const RETARGETED_EVENTS = ['focus', 'blur'];
const UPDATE_EVENTS = ['input', 'change'];

View File

@@ -1,8 +1,8 @@
import { h, Component } from 'preact';
import * as style from './style.css';
import 'add-css:./styles.css';
import 'add-css:./style.css';
import RangeInputElement from './custom-els/RangeInput';
import '../../custom-els/RangeInput';
import './custom-els/RangeInput';
import { linkRef } from 'shared/initial-app/util';
interface Props extends preact.JSX.HTMLAttributes {}

View File

@@ -43,7 +43,7 @@
color: #000;
}
// Remove the number controls
/* Remove the number controls */
-moz-appearance: textfield;
&::-webkit-outer-spin-button,