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
d88dcfbd
Commit
d88dcfbd
authored
Oct 24, 2014
by
Brian Talbot
Committed by
Daniel Friedman
Oct 30, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Studio: visually styling current unit on course unit/container view's mini outline
parent
0064d29d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
0 deletions
+41
-0
cms/static/sass/views/_container.scss
+41
-0
No files found.
cms/static/sass/views/_container.scss
View file @
d88dcfbd
...
...
@@ -262,6 +262,47 @@
.item-title
{
@extend
%cont-text-wrap
;
a
{
color
:
$blue
;
&
:hover
{
color
:
$orange-d1
;
}
}
}
// CASE: is current item being edited/viewed
.is-current
{
background
:
$gray-l4
;
.unit-title
a
{
@extend
%ui-disabled
;
@extend
%t-strong
;
color
:
$color-heading-base
;
}
}
// typographical overrides (based off of outline-simple)
.section-header
,
.subsection-header
{
line-height
:
0
;
margin-bottom
:
(
$baseline
/
2
);
}
.section-header
{
border-bottom
:
1px
solid
$gray-l4
;
padding-bottom
:
(
$baseline
/
2
);
}
// subsections overrides (based off of outline-simple)
.outline-subsection
{
border
:
none
;
padding
:
0
;
}
// units overrides (based off of outline-simple)
.outline-unit
{
padding
:
3px
6px
;
}
}
}
...
...
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