From b5bbf69e59dbadf6504955875cc13d893efe3259 Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Mon, 21 May 2012 17:04:23 -0700 Subject: Rule List Container - Handle drawing multiple rules at the same time Fixes problems when dropping multiple images on to stage and the selection changes too quickly --- js/panels/css-panel/rule-list.reel/rule-list.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'js/panels/css-panel/rule-list.reel/rule-list.css') diff --git a/js/panels/css-panel/rule-list.reel/rule-list.css b/js/panels/css-panel/rule-list.reel/rule-list.css index 1d998f3d..2aba01da 100644 --- a/js/panels/css-panel/rule-list.reel/rule-list.css +++ b/js/panels/css-panel/rule-list.reel/rule-list.css @@ -23,4 +23,8 @@ .rule-list li { list-style-type: none; margin: 0; +} + +.hidden-rule-list { + display: none; } \ No newline at end of file -- cgit v1.2.3