diff --git a/dist/ratchet.css b/dist/ratchet.css index 9d025af..2d5860c 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 */ diff --git a/lib/css/forms.css b/lib/css/forms.css index e2bf4e8..4b58260 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 */