Skip to content

Commit

Permalink
Merge branch 'MDL-64107-master' of git://github.com/damyon/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
sarjona committed Jan 23, 2019
2 parents e690172 + 22b8fe5 commit 324c4f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mod/quiz/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ table.quizreviewsummary td.cell {
background: #e4e4e4;
}

#categoryquestions > tbody > tr:nth-of-type(even).highlight {
#categoryquestions > tbody > tr.highlight {
background-color: #afa;
}

Expand Down
4 changes: 4 additions & 0 deletions theme/boost/scss/moodle/question.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@
}
}

.highlight {
@extend .text-dark;
}

label {
margin: 0;
display: block;
Expand Down
4 changes: 2 additions & 2 deletions theme/boost/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -8423,10 +8423,10 @@ a.text-danger:hover, a.notconnected:hover, .que a.validationerror:hover, a.text-
a.text-light:hover, a.text-light:focus {
color: #dae0e5 !important; }

.text-dark {
.text-dark, #categoryquestions .highlight {
color: #373a3c !important; }

a.text-dark:hover, a.text-dark:focus {
a.text-dark:hover, #categoryquestions a.highlight:hover, a.text-dark:focus, #categoryquestions a.highlight:focus {
color: #1f2021 !important; }

.text-muted, a.dimmed,
Expand Down

0 comments on commit 324c4f0

Please sign in to comment.