MDL-84956 theme: Fix regression in the size of question icons
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user