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
f77466d0
Commit
f77466d0
authored
Sep 09, 2014
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LMS: resolves focus background-color issue of 3rd party login buttons
parent
c606c295
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
6 deletions
+15
-6
lms/static/sass/multicourse/_account.scss
+15
-6
No files found.
lms/static/sass/multicourse/_account.scss
View file @
f77466d0
...
...
@@ -533,24 +533,33 @@
margin-right
:
0
;
}
&
.button-Google
:hover
{
box-shadow
:
0
2px
1px
0
#8D3024
;
&
.button-Google
:hover
,
&
.button-Google
:focus
{
background-color
:
#dd4b39
;
border
:
1px
solid
#A5382B
;
}
&
.button-Facebook
:hover
{
box-shadow
:
0
2px
1px
0
#30487C
;
&
.button-Google
:hover
{
box-shadow
:
0
2px
1px
0
#8D3024
;
}
&
.button-Facebook
:hover
,
&
.button-Facebook
:focus
{
background-color
:
#3b5998
;
border
:
1px
solid
#263A62
;
}
&
.button-LinkedIn
:hover
{
box-shadow
:
0
2px
1px
0
#005D8E
;
&
.button-Facebook
:hover
{
box-shadow
:
0
2px
1px
0
#30487C
;
}
&
.button-LinkedIn
:hover
,
&
.button-LinkedIn
:focus
{
background-color
:
#0077b5
;
border
:
1px
solid
#06527D
;
}
&
.button-LinkedIn
:hover
{
box-shadow
:
0
2px
1px
0
#005D8E
;
}
}
}
...
...
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