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
5646762e
Commit
5646762e
authored
Nov 15, 2017
by
Michael Terry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some broken links in CSS comments
ux.edx.org/elements -> ux.edx.org/design_elements
parent
68890dab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
lms/static/sass/base/_reset.scss
+2
-2
lms/static/sass/partials/lms/theme/_variables-v1.scss
+1
-1
No files found.
lms/static/sass/base/_reset.scss
View file @
5646762e
...
...
@@ -49,12 +49,12 @@ a:not(.btn) {
}
a
:visited:not
(
.btn
)
{
color
:
#003655
;
// from the Pattern Library http://ux.edx.org/elements/colors/
color
:
#003655
;
// from the Pattern Library http://ux.edx.org/
design_
elements/colors/
}
a
:hover:not
(
.btn
),
a
:focus:not
(
.btn
)
{
color
:
#0079bc
;
// from the Pattern Library http://ux.edx.org/elements/colors/
color
:
#0079bc
;
// from the Pattern Library http://ux.edx.org/
design_
elements/colors/
}
abbr
[
title
]
{
border-bottom
:
1px
dotted
;
}
...
...
lms/static/sass/partials/lms/theme/_variables-v1.scss
View file @
5646762e
...
...
@@ -446,7 +446,7 @@ $action-secondary-disabled-bg: $m-gray-d3 !default;
$action-secondary-disabled-fg
:
$white
!
default
;
// actions - misc
$link-hover
:
$uxpl-blue-hover-active
!
default
;
// from our Pattern Library http://ux.edx.org/elements/colors/
$link-hover
:
$uxpl-blue-hover-active
!
default
;
// from our Pattern Library http://ux.edx.org/
design_
elements/colors/
$site-status-color
:
$pink
!
default
;
$button-color
:
theme-color
(
"primary"
)
!
default
;
$button-archive-color
:
rgb
(
238
,
238
,
238
)
!
default
;
// #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