Skip to content

Commit

Permalink
Merge branch 'MDL-84737-405' of https://github.com/junpataleta/moodle
Browse files Browse the repository at this point in the history
…into MOODLE_405_STABLE
  • Loading branch information
HuongNV13 committed Mar 7, 2025
2 parents 1a8c5df + df9697c commit d3d1b71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions question/bank/managecategories/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,15 @@
color: #dee2e6;
font-weight: bold;
}

/* stylelint-disable max-line-length */
.qbank_managecategories-newchild.qbank_managecategories-droptarget,
/* Show the drop target if it's directly inside a highlighted category, but not if its inside a child of that category */
.qbank_managecategories-droptarget-before > .container > .row > .qbank_managecategories-contentcontainer > :not(.qbank_managecategories-childlistcontainer) .qbank_managecategories-newchild {
display: unset;
}
/* stylelint-enable max-line-length */

/* Hidden descriptions */
.qbank_managecategories-description {
display: none;
Expand Down

0 comments on commit d3d1b71

Please sign in to comment.