From f9c1b656fbfb45b1305cca00e8df926277abd4f1 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 5 Apr 2019 20:42:38 +0300 Subject: Fix linter warnings --- vnext/src/components/Input.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vnext/src/components/Input.css') diff --git a/vnext/src/components/Input.css b/vnext/src/components/Input.css index acb878d9..dbe55eae 100644 --- a/vnext/src/components/Input.css +++ b/vnext/src/components/Input.css @@ -1,8 +1,8 @@ -.input { +.input { background: #FFF; border: 1px solid #ccc; outline: none !important; padding: 4px; -webkit-appearance: none; border-radius: 0; -} \ No newline at end of file +} -- cgit v1.2.3