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
16ae0df3
Commit
16ae0df3
authored
Sep 09, 2015
by
Chris Rodriguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LMS: updating hover colors for visited links
parent
4aa38330
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
lms/static/sass/base/_base.scss
+4
-2
lms/static/sass/base/_reset.scss
+3
-3
lms/static/sass/base/_variables.scss
+1
-1
No files found.
lms/static/sass/base/_base.scss
View file @
16ae0df3
...
...
@@ -84,7 +84,7 @@ p {
@include
transition
(
all
0
.1s
linear
0s
);
&
:hover
,
&
:focus
{
color
:
$link-
colo
r
;
color
:
$link-
hove
r
;
text-decoration
:
underline
;
}
}
...
...
@@ -96,7 +96,9 @@ a, a:visited {
text-decoration
:
none
;
@include
transition
(
all
0
.1s
linear
0s
);
&
:hover
,
&
:focus
{
&
:hover
,
&
:focus
{
color
:
$link-hover
;
text-decoration
:
underline
;
}
...
...
lms/static/sass/base/_reset.scss
View file @
16ae0df3
...
...
@@ -9,9 +9,9 @@ html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 10
html
,
button
,
input
,
select
,
textarea
{
font-family
:
sans-serif
;
color
:
#222
;
}
body
{
margin
:
0
;
font-size
:
1em
;
line-height
:
1
.4
;
}
a
{
color
:
#00
e
;
}
a
:visited
{
color
:
#
551a8b
;
}
a
:hover
,
a
:focus
{
color
:
#0
6e
;
}
a
{
color
:
#00
5584
;
}
// from the Pattern Library http://ux.edx.org/elements/colors/
a
:visited
{
color
:
#
003655
;
}
// from the Pattern Library http://ux.edx.org/elements/colors/
a
:hover
,
a
:focus
{
color
:
#0
079BC
;
}
// from the Pattern Library http://ux.edx.org/elements/colors/
abbr
[
title
]
{
border-bottom
:
1px
dotted
;
}
b
,
strong
{
font-weight
:
bold
;
}
blockquote
{
margin
:
1em
40px
;
}
...
...
lms/static/sass/base/_variables.scss
View file @
16ae0df3
...
...
@@ -463,7 +463,7 @@ $border-color-l4: $m-gray-l4;
// MISC: links and buttons
$link-color
:
$blue
;
$link-color-d1
:
$blue
;
$link-hover
:
$
pink
;
$link-hover
:
$
blue-l1
;
// from our Pattern Library http://ux.edx.org/elements/colors/
$site-status-color
:
$pink
;
$button-color
:
$blue
;
$button-archive-color
:
rgb
(
238
,
238
,
238
);
// #eeeeee
...
...
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