Skip to content

Commit

Permalink
Merge pull request #227 from edx/mroytman/fix-checklists-hover-style
Browse files Browse the repository at this point in the history
fix SCSS variable for hover color
  • Loading branch information
MichaelRoytman authored Jun 25, 2018
2 parents 530d67e + d41bd13 commit 81d38d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CourseChecklist/CourseChecklist.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import 'edx-bootstrap';

$dark-color: theme-color("dark");
$lightest-color: theme-color("primary");
$lightest-color: theme-color("lightest");
$primary-color: theme-color("primary");
$success-color: theme-color("success");

Expand Down

0 comments on commit 81d38d5

Please sign in to comment.