Merge pull request #16573 from mikix/mikix/design-link-fixes
Fix some broken links in CSS comments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user