mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
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:
parent
09e56f2d1a
commit
086757bd8c
5 changed files with 5 additions and 5 deletions
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_rtl' => 'fa-chevron-left',
|
||||||
'core:t/collapsedchevron_up' => 'fa-chevron-up',
|
'core:t/collapsedchevron_up' => 'fa-chevron-up',
|
||||||
'core:t/completion_complete' => 'fa-circle',
|
'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/completion_incomplete' => 'fa-regular fa-circle',
|
||||||
'core:t/contextmenu' => 'fa-ellipsis-vertical',
|
'core:t/contextmenu' => 'fa-ellipsis-vertical',
|
||||||
'core:t/copy' => 'fa-solid fa-clone',
|
'core:t/copy' => 'fa-solid fa-clone',
|
||||||
|
|
|
@ -185,7 +185,7 @@ $courseindex-item-current: $primary !default;
|
||||||
|
|
||||||
// General icons size.
|
// General icons size.
|
||||||
.icon {
|
.icon {
|
||||||
font-size: 12px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Element visible only on editing mode.
|
// Element visible only on editing mode.
|
||||||
|
|
|
@ -38749,7 +38749,7 @@ div.editor_atto_toolbar button .icon {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.courseindex .icon {
|
.courseindex .icon {
|
||||||
font-size: 12px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
.courseindex .d-flex-noedit {
|
.courseindex .d-flex-noedit {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
@ -38683,7 +38683,7 @@ div.editor_atto_toolbar button .icon {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.courseindex .icon {
|
.courseindex .icon {
|
||||||
font-size: 12px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
.courseindex .d-flex-noedit {
|
.courseindex .d-flex-noedit {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue