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
8270cda1
Unverified
Commit
8270cda1
authored
Nov 15, 2017
by
Michael Terry
Committed by
GitHub
Nov 15, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16577 from mikix/mikix/notes-a11y
Fix low contrast on Notes page
parents
7622898d
c5882520
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
lms/static/sass/course/_student-notes.scss
+6
-2
No files found.
lms/static/sass/course/_student-notes.scss
View file @
8270cda1
...
...
@@ -76,7 +76,7 @@ $divider-visual-tertiary: ($baseline/20) solid $gray-l4;
display
:
block
;
margin-top
:
(
$baseline
/
4
);
color
:
$
gray-l1
;
color
:
$
lightest-base-font-color
;
letter-spacing
:
0
;
}
}
...
...
@@ -372,7 +372,7 @@ $divider-visual-tertiary: ($baseline/20) solid $gray-l4;
@include
padding-right
(
$baseline
);
color
:
$
gray-l2
;
color
:
$
lightest-base-font-color
;
font-weight
:
$font-semibold
!
important
;
// needed for poor base LMS styling scope
}
...
...
@@ -450,6 +450,10 @@ $divider-visual-tertiary: ($baseline/20) solid $gray-l4;
background
:
$gray-l5
;
border-top
:
(
$baseline
/
4
)
solid
$active-color
;
padding
:
(
$baseline
*
1
.5
);
a
{
color
:
$blue-d1
;
}
}
.placeholder-title
{
...
...
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