Skip to content

Commit

Permalink
remove show on hover for Update buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelRoytman committed Sep 28, 2018
1 parent 313acc3 commit 378219f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/components/CourseChecklist/CourseChecklist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ $success-color: theme-color("success");
text-decoration: none;
}

.checklist-item {
&:not(:hover) {
.checklist-item-link {
@include sr_only();
}
}
}

//complete checklist item style
.checklist-item-complete {
box-shadow: -5px 0 0 0 $success-color;
Expand Down

0 comments on commit 378219f

Please sign in to comment.