MDL-83109 theme: Update core:t/completion_fail icon and resize it

This commit:
- Updates core:t/completion_fail from fa-times to fa-xmark
- Reduces the font size of course index completion icons from 12px to 10px.
This commit is contained in:
Sara Arjona 2024-09-12 13:08:47 +02:00
parent 09e56f2d1a
commit 086757bd8c
No known key found for this signature in database
5 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View file

@ -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',

View file

@ -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.

View file

@ -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;

View file

@ -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;