From 828d7a5052954e6a73584153e750b39ee5a1f4c9 Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Thu, 9 May 2013 21:21:37 -0700 Subject: [PATCH] better way to remove outlines --- select2.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/select2.css b/select2.css index 79d5eaef..2222731b 100644 --- a/select2.css +++ b/select2.css @@ -612,7 +612,7 @@ disabled look for disabled choices in the results dropdown text-decoration: underline; } -.select2-offscreen { +.select2-offscreen, .select2-offscreen:focus { clip: rect(0 0 0 0); width: 1px; height: 1px; @@ -621,7 +621,7 @@ disabled look for disabled choices in the results dropdown padding: 0; overflow: hidden; position: absolute; - outline: none; + outline: 0; left: 0px; }