Merge pull request #16573 from mikix/mikix/design-link-fixes

Fix some broken links in CSS comments
This commit is contained in:
Michael Terry
2017-11-15 15:24:47 -05:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -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; }

View File

@@ -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