1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-24 09:18:09 +00:00

Fixed all stylelint errors

This commit is contained in:
Vladimir Volek 2018-08-14 15:25:18 +02:00
parent 9a735f7b96
commit 82ef098c2a
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,7 @@
/* @flow */
import React from 'react';
import styled from 'styled-components';
import colors from 'config/colors';
const Wrapper = styled.header`

View File

@ -23,9 +23,8 @@ const baseStyles = () => injectGlobal`
padding: 0;
}
*:focus, *:active, *:active:focus, *::selection, *::-moz-selection {
*::selection, *::-moz-selection, *:focus, *:active, *:active:focus, {
outline: 0 !important;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}