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
63960ee4
Commit
63960ee4
authored
May 15, 2013
by
marco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style change for is-set
parent
d264c943
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
cms/static/sass/views/_unit.scss
+5
-4
No files found.
cms/static/sass/views/_unit.scss
View file @
63960ee4
...
...
@@ -506,6 +506,7 @@ body.course.unit {
.mode
{
display
:
inline-block
;
margin-left
:
8px
;
&
.inactive-mode
{
display
:
none
;
...
...
@@ -518,13 +519,13 @@ body.course.unit {
&
.is-set
{
@include
linear-gradient
(
$blue
,
$blue
);
color
:
$blue-d1
;
box-shadow
:
inset
1px
1px
1px
$shadow-d1
;
background-color
:
$blue
;
box-shadow
:
inset
0
1px
2px
2px
$shadow
;
background-color
:
$blue
-d4
;
cursor
:
default
;
&
:hover
{
box-shadow
:
inset
1px
1px
1px
$shadow-d1
;
background-color
:
$blue
;
box-shadow
:
inset
0
1px
2px
2px
$shadow
;
background-color
:
$blue
-d4
;
}
}
}
...
...
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