Merge branch 'MDL-86844-500' of https://github.com/lucaboesch/moodle into MOODLE_500_STABLE

This commit is contained in:
Mihail Geshoski
2025-12-02 14:50:31 +08:00
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1328,7 +1328,7 @@ class view {
// Start of the table.
echo \html_writer::start_tag('table', [
'id' => 'categoryquestions',
'class' => 'question-bank-table table generaltable',
'class' => 'question-bank-table table table-hover table-striped generaltable',
'data-defaultsort' => json_encode($this->sort),
]);
+1 -1
View File
@@ -161,7 +161,7 @@ table.question-bank-table {
}
& > tbody > tr.r1 {
background-color: $table-accent-bg;
background-color: $table-striped-bg;
}
&.generaltable > tbody > tr.highlight.firstrow td {
+1 -1
View File
@@ -33885,7 +33885,7 @@ table.question-bank-table th {
text-align: left;
}
table.question-bank-table > tbody > tr.r1 {
background-color: transparent;
background-color: rgba(var(--bs-emphasis-color-rgb), 0.03);
}
table.question-bank-table.generaltable > tbody > tr.highlight.firstrow td {
border-top: 3px solid #008196;
+1 -1
View File
@@ -33885,7 +33885,7 @@ table.question-bank-table th {
text-align: left;
}
table.question-bank-table > tbody > tr.r1 {
background-color: transparent;
background-color: rgba(var(--bs-emphasis-color-rgb), 0.03);
}
table.question-bank-table.generaltable > tbody > tr.highlight.firstrow td {
border-top: 3px solid #008196;