tabindex is not a css property

This commit is contained in:
jimmylee 2020-09-05 19:45:42 -07:00
parent e51f77bac5
commit e8819f3cd1

View File

@ -114,7 +114,6 @@ const STYLES_TITLE_LINE = css`
const STYLES_COPY_INPUT = css`
pointer-events: none;
position: absolute;
tabindex: -1;
opacity: 0;
`;