From 27015578f2b9f8d6eb3ac87be683013193ebb249 Mon Sep 17 00:00:00 2001 From: Valera Rozuvan Date: Tue, 10 Sep 2013 11:02:34 +0300 Subject: [PATCH] Removed an inclusion of t-copy-sub1 in SCSS. This line was not doing anything and simply causing a warning while SASS was compiling. The following is the warning: --- WARNING on line 35 of /home/valera/edx_all/edx-platform/common/static /xmodule/descriptors/css/_000-5df8e10160f918d31f2b2e8be3ce247d.scss: ".xmodule_edit.xmodule_VideoDescriptor .editor-with-tabs .edit-header .component-name" failed to @extend ".t-copy-sub1". The selector ".t-copy-sub1" was not found. Use "@extend .t-copy-sub1 !optional" if the extend should be able to fail. --- --- common/lib/xmodule/xmodule/css/tabs/tabs.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/css/tabs/tabs.scss b/common/lib/xmodule/xmodule/css/tabs/tabs.scss index 3991bbad23..24c08c8121 100644 --- a/common/lib/xmodule/xmodule/css/tabs/tabs.scss +++ b/common/lib/xmodule/xmodule/css/tabs/tabs.scss @@ -32,7 +32,6 @@ //Component Name .component-name { - @extend .t-copy-sub1; position: relative; top: 0; left: 0;