From 5ee905cddbd77d1ec86a8635beab7862ee8b723f Mon Sep 17 00:00:00 2001 From: guilhermepontes Date: Fri, 16 Nov 2012 14:26:08 -0200 Subject: [PATCH 1/2] remove ugly outline border from chrome --- lib/css/forms.css | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/css/forms.css b/lib/css/forms.css index 898a748..39a59ce 100644 --- a/lib/css/forms.css +++ b/lib/css/forms.css @@ -38,6 +38,7 @@ input[type="color"], box-shadow: 0 1px 1px rgba(255, 255, 255, .2), inset 0 1px 1px rgba(0, 0, 0, .1); -webkit-appearance: none; box-sizing: border-box; + outline: none; } /* Fully round search input */ From b1e9f7a723ff1d3cc9ffeee5e05913210da4a8ee Mon Sep 17 00:00:00 2001 From: guilhermepontes Date: Fri, 16 Nov 2012 14:28:24 -0200 Subject: [PATCH 2/2] remove ugly outline border from chrome --- dist/ratchet.css | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/ratchet.css b/dist/ratchet.css index c694f73..4baa349 100644 --- a/dist/ratchet.css +++ b/dist/ratchet.css @@ -643,6 +643,7 @@ input[type="color"], box-shadow: 0 1px 1px rgba(255, 255, 255, .2), inset 0 1px 1px rgba(0, 0, 0, .1); -webkit-appearance: none; box-sizing: border-box; + outline: none; } /* Fully round search input */