MDL-84956 theme: Fix regression in the size of question icons

This commit is contained in:
Mark Johnson
2025-03-21 13:11:14 +00:00
parent c64e967ce6
commit 3300ed2803
3 changed files with 18 additions and 0 deletions
+6
View File
@@ -141,6 +141,12 @@
display: block;
}
.chooserdialogue-questionchooser .modicon img.icon,
#categoryquestions .qtype img.icon {
/* Override default icon width set for fontawesome icons */
width: 16px;
}
table.question-bank-table {
margin: 0;
background-color: $white;
+6
View File
@@ -33830,6 +33830,12 @@ a.ygtvspacer:hover {
display: block;
}
.chooserdialogue-questionchooser .modicon img.icon,
#categoryquestions .qtype img.icon {
/* Override default icon width set for fontawesome icons */
width: 16px;
}
table.question-bank-table {
margin: 0;
background-color: #fff;
+6
View File
@@ -33830,6 +33830,12 @@ a.ygtvspacer:hover {
display: block;
}
.chooserdialogue-questionchooser .modicon img.icon,
#categoryquestions .qtype img.icon {
/* Override default icon width set for fontawesome icons */
width: 16px;
}
table.question-bank-table {
margin: 0;
background-color: #fff;