Merge pull request #14705 from edx/mjevtic/ECOM-7520

[ECOM-7520] Fix Low Color Contrast
This commit is contained in:
Marko Jevtić
2017-03-24 13:04:07 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -147,7 +147,7 @@
color: $white;
&:hover, &:active, &:focus {
background: $m-blue-d1;
background: $uxpl-blue-hover-active;
color: $white;
}
@@ -203,7 +203,7 @@
color: $white;
&:hover, &:active, &:focus {
background: $m-green-s1;
background: $uxpl-green-hover-active;
color: $white;
}

View File

@@ -1143,7 +1143,7 @@
padding: ($baseline/2) ($baseline*1.5);
background: white;
text-align: center;
color: $m-gray-l2;
color: $gray-d2;
}
}