From 93b542a4aa3a310c6e8644e0891064375c8a6a05 Mon Sep 17 00:00:00 2001 From: Jack Moore Date: Thu, 26 Feb 2015 14:07:45 -0500 Subject: [PATCH] added solid outline-style to avoid performance problem with Safari. --- example/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/example/index.html b/example/index.html index 5f5e199..c69cda3 100644 --- a/example/index.html +++ b/example/index.html @@ -9,6 +9,10 @@ vertical-align: top; width: 200px; } + textarea:focus { + outline-style: solid; + outline-width: 2px; + }