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
0af6b991
Commit
0af6b991
authored
Feb 13, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - nav: generalizing is-selected styling
parent
03e7d2e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
cms/static/sass/_header.scss
+8
-8
No files found.
cms/static/sass/_header.scss
View file @
0af6b991
...
...
@@ -151,14 +151,6 @@
font-weight
:
600
;
color
:
$gray-d3
;
&
:hover
,
&
:active
,
&
.is-selected
{
color
:
$blue
;
.icon-expand
{
color
:
$blue
;
}
}
.label-prefix
{
display
:
block
;
@include
font-size
(
11
);
...
...
@@ -546,6 +538,14 @@ body.signin .nav-not-signedin-signup {
.nav-item
.title
{
outline
:
0
;
cursor
:
pointer
;
&
:hover
,
&
:active
,
&
.is-selected
{
color
:
$blue
;
.icon-expand
{
color
:
$blue
;
}
}
}
}
...
...
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