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
6e47162e
Commit
6e47162e
authored
Mar 16, 2017
by
Marko Jevtic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ECOM-7520] Fix Low Color Contrast
parent
67e83f92
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
lms/static/sass/elements/_controls.scss
+2
-2
lms/static/sass/views/_verification.scss
+1
-1
No files found.
lms/static/sass/elements/_controls.scss
View file @
6e47162e
...
...
@@ -147,7 +147,7 @@
color
:
$white
;
&
:hover
,
&
:active
,
&
:focus
{
background
:
$
m-blue-d1
;
background
:
$
uxpl-blue-hover-active
;
color
:
$white
;
}
...
...
@@ -203,7 +203,7 @@
color
:
$white
;
&
:hover
,
&
:active
,
&
:focus
{
background
:
$
m-green-s1
;
background
:
$
uxpl-green-hover-active
;
color
:
$white
;
}
...
...
lms/static/sass/views/_verification.scss
View file @
6e47162e
...
...
@@ -1143,7 +1143,7 @@
padding
:
(
$baseline
/
2
)
(
$baseline
*
1
.5
);
background
:
white
;
text-align
:
center
;
color
:
$
m-gray-l
2
;
color
:
$
gray-d
2
;
}
}
...
...
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