Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
220b8d1c
Commit
220b8d1c
authored
May 12, 2015
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LMS: removing conditional search Sass logic + simplifying _build-*.scss files
parent
24673aa1
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
28 deletions
+11
-28
lms/static/sass/_build-course.scss
+3
-0
lms/static/sass/_build-lms.scss
+8
-0
lms/static/sass/application-rtl.scss.mako
+0
-9
lms/static/sass/application.scss.mako
+0
-9
lms/static/sass/course-rtl.scss.mako
+0
-5
lms/static/sass/course.scss.mako
+0
-5
No files found.
lms/static/sass/_build-course.scss
View file @
220b8d1c
...
...
@@ -62,3 +62,6 @@
// discussion
@import
"course/discussion/form-wmd-toolbar"
;
// search
@import
'search/_search'
;
lms/static/sass/_build-lms.scss
View file @
220b8d1c
...
...
@@ -68,4 +68,12 @@
@import
'discussion/utilities/developer'
;
@import
'discussion/utilities/shame'
;
// search
@import
'search/_search'
;
// news
@import
'news'
;
// overrides
@import
'developer'
;
// used for any developer-created scss that needs further polish/refactoring
@import
'shame'
;
// used for any bad-form/orphaned scss
lms/static/sass/application-rtl.scss.mako
View file @
220b8d1c
...
...
@@ -30,12 +30,3 @@
@import 'build-lms'; // shared app style assets/rendering
## Import styles for search
% if env["FEATURES"].get("ENABLE_DASHBOARD_SEARCH", False):
@import 'search/_search';
% endif
@import 'developer'; // used for any developer-created scss that needs further polish/refactoring
@import 'shame'; // used for any bad-form/orphaned scss
## NOTE: needed here for cascade and dependency purposes, but not a great permanent solution
lms/static/sass/application.scss.mako
View file @
220b8d1c
...
...
@@ -29,12 +29,3 @@
% endif
@import 'build-lms'; // shared app style assets/rendering
## Import styles for search
% if env["FEATURES"].get("ENABLE_DASHBOARD_SEARCH", False):
@import 'search/_search';
% endif
@import 'developer'; // used for any developer-created scss that needs further polish/refactoring
@import 'shame'; // used for any bad-form/orphaned scss
## NOTE: needed here for cascade and dependency purposes, but not a great permanent solution
lms/static/sass/course-rtl.scss.mako
View file @
220b8d1c
...
...
@@ -20,8 +20,3 @@
% endif
@import 'build-course'; // shared app style assets/rendering
## Import styles for search
% if env["FEATURES"].get("ENABLE_COURSEWARE_SEARCH"):
@import 'search/_search';
% endif
lms/static/sass/course.scss.mako
View file @
220b8d1c
...
...
@@ -20,8 +20,3 @@
% endif
@import 'build-course'; // shared app style assets/rendering
## Import styles for search
% if env["FEATURES"].get("ENABLE_COURSEWARE_SEARCH"):
@import 'search/_search';
% endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment