From f09fefb780e4c27aa98f170006be7e5ff87bd857 Mon Sep 17 00:00:00 2001 From: Corey Johnson & Nathan Sobo Date: Fri, 30 Nov 2012 12:44:19 -0700 Subject: [PATCH] Selection color is set in themes --- static/editor.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/editor.css b/static/editor.css index 85de74b15..86c38800e 100644 --- a/static/editor.css +++ b/static/editor.css @@ -118,7 +118,6 @@ .editor .selection { position: absolute; - background: rgba(255, 255, 255, .15); pointer-events: none; z-index: -1; }