From 5283c511e9e008070c75aaf39f3475ca9575f81a Mon Sep 17 00:00:00 2001
From: David Evans
+The outline effect seen in the editor can be achieved by targetting
+.focus .outline
. All elements contain an element with the class
+"outline", which defines a simple shape surrounding the entire element. For
+example:
+
+.region.focus .outline { + stroke-width: 5px; + stroke: rgba(255, 128, 0, 0.5); +} +