Skip to content

Commit

Permalink
MDL-55071 mod_quiz: Action menu items were hidden
Browse files Browse the repository at this point in the history
The CSS rule was too vague and cause the menu items to be
hidden rather than just the first item.
  • Loading branch information
Frédéric Massart committed Sep 27, 2016
1 parent 6e18172 commit adbe0fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod/quiz/styles.css
Expand Up @@ -560,8 +560,8 @@ table.quizreviewsummary td.cell {
position: relative;
}

#page-mod-quiz-edit ul.section li.pagenumber:first-child .add-menu-outer .menu :first-child,
#page-mod-quiz-edit .last-add-menu .add-menu-outer .menu :first-child {
#page-mod-quiz-edit ul.section li.pagenumber:first-child .add-menu-outer .menu > :first-child,
#page-mod-quiz-edit .last-add-menu .add-menu-outer .menu > :first-child {
display: none;
}

Expand Down

0 comments on commit adbe0fc

Please sign in to comment.