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
d046fdf7
Commit
d046fdf7
authored
Jul 09, 2013
by
Brian Talbot
Committed by
David Baumgold
Jul 10, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
resolves local Sass warnings/errors around missing mixins referenced in xmodule styling
parent
b97c1bf5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
39 additions
and
3 deletions
+39
-3
cms/static/sass/_mixins-inherited.scss
+2
-0
common/lib/xmodule/xmodule/css/capa/display.scss
+1
-1
common/lib/xmodule/xmodule/css/combinedopenended/display.scss
+1
-1
common/lib/xmodule/xmodule/css/sequence/display.scss
+35
-1
common/static/sass/_mixins-inherited.scss
+0
-0
No files found.
cms/static/sass/_mixins-inherited.scss
0 → 120000
View file @
d046fdf7
..
/
..
/
..
/
common
/
static
/
sass
/
_mixins-inherited
.scss
\ No newline at end of file
common/lib/xmodule/xmodule/css/capa/display.scss
View file @
d046fdf7
...
...
@@ -566,7 +566,7 @@ section.problem {
}
.save
{
@extend
.blue-button
;
@extend
.blue-button
!
optional
;
}
.show
{
...
...
common/lib/xmodule/xmodule/css/combinedopenended/display.scss
View file @
d046fdf7
...
...
@@ -577,7 +577,7 @@ section.open-ended-child {
margin-top
:
20px
;
input
.save
{
@extend
.blue-button
;
@extend
.blue-button
!
optional
;
}
.submission_feedback
{
...
...
common/lib/xmodule/xmodule/css/sequence/display.scss
View file @
d046fdf7
$border-color
:
#C8C8C8
;
// repeated extends - needed since LMS styling was referenced
.block-link
{
border-left
:
1px
solid
lighten
(
$border-color
,
10%
);
display
:
block
;
&
:hover
{
background
:
none
;
}
}
.topbar
{
@include
clearfix
();
border-bottom
:
1px
solid
$border-color
;
@media
print
{
display
:
none
;
}
a
{
&
.block-link
{
border-left
:
1px
solid
lighten
(
$border-color
,
10%
);
display
:
block
;
&
:hover
{
background
:
none
;
}
}
}
}
// ====================
nav
.sequence-nav
{
// TODO (cpennington): This doesn't work anymore. XModules aren't able to
// import from external sources.
...
...
@@ -294,7 +328,7 @@ nav.sequence-bottom {
text-align
:
center
;
ul
{
@
extend
.clearfix
;
@
include
clearfix
()
;
@include
inline-block
();
li
{
...
...
c
ms
/static/sass/_mixins-inherited.scss
→
c
ommon
/static/sass/_mixins-inherited.scss
View file @
d046fdf7
File moved
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