From d8e9f61576e3a427b4676df8d4fee4deeaa01593 Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 8 Apr 2015 14:07:59 -0500 Subject: [PATCH] Remove extra focus style for CodeMirror --- edit.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/edit.html b/edit.html index bfcd4e48..a5b3e7b9 100644 --- a/edit.html +++ b/edit.html @@ -125,9 +125,6 @@ .CodeMirror { border: solid #CCC 1px; } - .CodeMirror-focused { - border-color: black; - } .CodeMirror-lint-mark-warning { background: none; }