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
19b8723f
Commit
19b8723f
authored
Sep 14, 2017
by
Uzair Rasheed
Committed by
GitHub
Sep 14, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15980 from edx/LEARNER-748/Discussion-tab
Fix inconsistency in the active tab colors
parents
ddb8dfc9
8b54c13f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
lms/static/sass/course/layout/_courseware_header.scss
+1
-0
lms/static/sass/shared-v2/_components.scss
+3
-3
lms/static/sass/shared-v2/_variables.scss
+1
-0
No files found.
lms/static/sass/course/layout/_courseware_header.scss
View file @
19b8723f
...
...
@@ -48,6 +48,7 @@
&
.active
{
color
:
$uxpl-blue-hover-active
;
border-bottom-color
:
$uxpl-blue-hover-active
;
background-color
:
transparent
;
}
}
}
...
...
lms/static/sass/shared-v2/_components.scss
View file @
19b8723f
...
...
@@ -30,7 +30,7 @@
border-style
:
solid
;
border-width
:
0
0
4px
0
;
border-bottom-color
:
transparent
;
color
:
$lms-
label
-color
;
color
:
$lms-
inactive
-color
;
font-size
:
14px
;
&
:hover
,
...
...
@@ -40,8 +40,8 @@
}
&
.active
{
color
:
$
lms-active-color
;
border-bottom-color
:
$
lms-active-color
;
color
:
$
uxpl-blue-hover-active
;
border-bottom-color
:
$
uxpl-blue-hover-active
;
background-color
:
transparent
;
}
}
...
...
lms/static/sass/shared-v2/_variables.scss
View file @
19b8723f
...
...
@@ -26,6 +26,7 @@ $lms-border-color: palette(grayscale, back) !default;
$lms-label-color
:
palette
(
grayscale
,
black
)
!
default
;
$lms-active-color
:
palette
(
primary
,
base
)
!
default
;
$lms-preview-menu-color
:
#c8c8c8
!
default
;
$lms-inactive-color
:
rgb
(
94
,
94
,
94
)
!
default
;
$success-color
:
palette
(
success
,
accent
)
!
default
;
$success-color-hover
:
palette
(
success
,
text
)
!
default
;
...
...
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