mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 19:36:41 +02:00
MDL-55831 mod_quiz: Fix selectors to handle renderer overrides
Part of MDL-55071
This commit is contained in:
parent
132093f05c
commit
c2f12b0d16
21 changed files with 34 additions and 31 deletions
|
@ -560,8 +560,8 @@ table.quizreviewsummary td.cell {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
#page-mod-quiz-edit ul.section li.pagenumber:first-child .add-menu-outer ul.menu li:first-child,
|
||||
#page-mod-quiz-edit .last-add-menu .add-menu-outer ul.menu li: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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue