Unverified Commit 7622898d by Michael Terry Committed by GitHub

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

Fix some broken links in CSS comments
parents 6088725d 5646762e
...@@ -49,12 +49,12 @@ a:not(.btn) { ...@@ -49,12 +49,12 @@ a:not(.btn) {
} }
a:visited: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:hover:not(.btn),
a:focus: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; } abbr[title] { border-bottom: 1px dotted; }
......
...@@ -446,7 +446,7 @@ $action-secondary-disabled-bg: $m-gray-d3 !default; ...@@ -446,7 +446,7 @@ $action-secondary-disabled-bg: $m-gray-d3 !default;
$action-secondary-disabled-fg: $white !default; $action-secondary-disabled-fg: $white !default;
// actions - misc // 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; $site-status-color: $pink !default;
$button-color: theme-color("primary") !default; $button-color: theme-color("primary") !default;
$button-archive-color: rgb(238, 238, 238) !default; // #eeeeee $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