From f3ea717b36cba05022b5bcd030895f4518390703 Mon Sep 17 00:00:00 2001 From: Ryan Zec Date: Mon, 27 Jun 2016 08:57:24 -0400 Subject: [PATCH] fixes issue with an outline apear on the auto sized input inside the input like element (LESS code) --- less/control.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/less/control.less b/less/control.less index ec8ec88619..2ee9fad603 100644 --- a/less/control.less +++ b/less/control.less @@ -62,6 +62,10 @@ &:hover { box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); } + + .Select-input:focus { + outline: none; + } } .is-searchable {