Merge branch 'MDL-83109-main' of https://github.com/sarjona/moodle
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -388,7 +388,7 @@ class icon_system_fontawesome extends icon_system_font {
|
||||
'core:t/collapsedchevron_rtl' => 'fa-chevron-left',
|
||||
'core:t/collapsedchevron_up' => 'fa-chevron-up',
|
||||
'core:t/completion_complete' => 'fa-circle',
|
||||
'core:t/completion_fail' => 'fa-times',
|
||||
'core:t/completion_fail' => 'fa-xmark',
|
||||
'core:t/completion_incomplete' => 'fa-regular fa-circle',
|
||||
'core:t/contextmenu' => 'fa-ellipsis-vertical',
|
||||
'core:t/copy' => 'fa-solid fa-clone',
|
||||
|
||||
@@ -185,7 +185,7 @@ $courseindex-item-current: $primary !default;
|
||||
|
||||
// General icons size.
|
||||
.icon {
|
||||
font-size: 12px;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
// Element visible only on editing mode.
|
||||
|
||||
@@ -38749,7 +38749,7 @@ div.editor_atto_toolbar button .icon {
|
||||
width: 100%;
|
||||
}
|
||||
.courseindex .icon {
|
||||
font-size: 12px;
|
||||
font-size: 10px;
|
||||
}
|
||||
.courseindex .d-flex-noedit {
|
||||
display: none;
|
||||
|
||||
@@ -38683,7 +38683,7 @@ div.editor_atto_toolbar button .icon {
|
||||
width: 100%;
|
||||
}
|
||||
.courseindex .icon {
|
||||
font-size: 12px;
|
||||
font-size: 10px;
|
||||
}
|
||||
.courseindex .d-flex-noedit {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user