Skip to content

Commit

Permalink
Show default cursor when hovering on "Pending Teacher Grade"
Browse files Browse the repository at this point in the history
  • Loading branch information
donnapep committed Oct 3, 2023
1 parent 7827617 commit a732e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/sensei-course-theme/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $breakpoint: 782px;
.sensei-course-theme-quiz-graded-notice__pending-grade {
opacity: 0.6;

&:hover {
.wp-block-button__link:hover {
cursor: default;
}
}
Expand Down

0 comments on commit a732e78

Please sign in to comment.