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
ddc6b5ac
Commit
ddc6b5ac
authored
Dec 21, 2015
by
clrux
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11041 from edx/clrux/ac-295
LMS: Adding missing third topic state
parents
e6a5ef81
c603380a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
9 deletions
+19
-9
lms/static/sass/discussion/elements/_navigation.scss
+19
-9
No files found.
lms/static/sass/discussion/elements/_navigation.scss
View file @
ddc6b5ac
...
...
@@ -176,13 +176,15 @@
background-color
:
$gray-l6
;
&
.is-unread
{
background
:
$white
;
color
:
$blue-d1
;
.forum-nav-thread-comments-count
{
background-color
:
$blue-d1
;
color
:
$
white
;
background-color
:
tint
(
$blue-d1
,
90%
);
;
color
:
$
blue-d1
;
&
:after
{
border-right-color
:
$blue-d1
;
border-right-color
:
tint
(
$blue-d1
,
90%
);
;
}
}
}
...
...
@@ -192,13 +194,8 @@
display
:
block
;
padding
:
(
$baseline
/
4
)
(
$baseline
/
2
);
&
.is-active
,
&
:hover
,
&
:focus
{
background-color
:
$forum-color-active-thread
;
}
&
.is-active
{
background-color
:
$white
;
color
:
$base-font-color
;
.forum-nav-thread-comments-count
{
...
...
@@ -210,6 +207,19 @@
}
}
}
.forum-nav-thread-comments-count
{
// topic read, but has unread comments
&
.is-unread
{
background-color
:
$blue-d1
;
color
:
$white
;
&
:after
{
border-right-color
:
$blue-d1
;
}
}
}
}
%forum-nav-thread-wrapper
{
...
...
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