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
c285b4f3
Commit
c285b4f3
authored
May 31, 2017
by
Braden MacDonald
Committed by
GitHub
May 31, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15160 from open-craft/uman/OC-2665
[ENT-381] Conform to WCAG 2 AA contrast minimums for Google OAuth.
parents
14692ae2
84e42812
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
lms/static/sass/multicourse/_account.scss
+3
-3
lms/static/sass/partials/base/_variables.scss
+1
-1
No files found.
lms/static/sass/multicourse/_account.scss
View file @
c285b4f3
...
...
@@ -534,7 +534,7 @@
}
&
.button-oa2-google-oauth2
:hover
,
&
.button-oa2-google-oauth2
:focus
{
background-color
:
#dd4b39
;
background-color
:
$google-red
;
border
:
1px
solid
#A5382B
;
}
...
...
@@ -543,7 +543,7 @@
}
&
.button-oa2-facebook
:hover
,
&
.button-oa2-facebook
:focus
{
background-color
:
#3b5998
;
background-color
:
$facebook-blue
;
border
:
1px
solid
#263A62
;
}
...
...
@@ -552,7 +552,7 @@
}
&
.button-oa2-linkedin-oauth2
:hover
,
&
.button-oa2-linkedin-oauth2
:focus
{
background-color
:
#0077b5
;
background-color
:
$linkedin-blue
;
border
:
1px
solid
#06527D
;
}
...
...
lms/static/sass/partials/base/_variables.scss
View file @
c285b4f3
...
...
@@ -200,7 +200,7 @@ $ui-notification-height: ($baseline*10);
$twitter-blue
:
#55ACEE
;
$facebook-blue
:
#3B5998
;
$linkedin-blue
:
#0077B5
;
$google-red
:
#D
D4B39
;
$google-red
:
#D
73924
;
$microsoft-blue
:
#00BCF2
;
// shadows
...
...
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