Commit 5646762e by Michael Terry

Fix some broken links in CSS comments

ux.edx.org/elements -> ux.edx.org/design_elements
parent 68890dab
......@@ -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; }
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment