mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-64099 message: Change icons for select and selected messages
This commit is contained in:
parent
41cc9fbb57
commit
302586a5bc
@ -200,6 +200,7 @@ class icon_system_fontawesome extends icon_system_font {
|
||||
'core:i/calendareventtime' => 'fa-clock-o',
|
||||
'core:i/caution' => 'fa-exclamation text-warning',
|
||||
'core:i/checked' => 'fa-check',
|
||||
'core:i/checkedcircle' => 'fa-check-circle',
|
||||
'core:i/checkpermissions' => 'fa-unlock-alt',
|
||||
'core:i/cohort' => 'fa-users',
|
||||
'core:i/competencies' => 'fa-check-square-o',
|
||||
@ -306,6 +307,7 @@ class icon_system_fontawesome extends icon_system_font {
|
||||
'core:i/trash' => 'fa-trash',
|
||||
'core:i/twoway' => 'fa-arrows-h',
|
||||
'core:i/unchecked' => 'fa-square-o',
|
||||
'core:i/uncheckedcircle' => 'fa-circle-o',
|
||||
'core:i/unflagged' => 'fa-flag-o',
|
||||
'core:i/unlock' => 'fa-unlock',
|
||||
'core:i/up' => 'fa-arrow-up',
|
||||
|
@ -63,8 +63,8 @@
|
||||
>
|
||||
{{formattedtime}}
|
||||
</div>
|
||||
<span class="hidden ml-2 small text-primary" data-region="not-selected-icon">{{#pix}} i/unchecked, core {{/pix}}</span>
|
||||
<span class="hidden ml-2 small text-primary" data-region="selected-icon">{{#pix}} i/checked, core {{/pix}}</span>
|
||||
<span class="hidden ml-2 small text-dark" data-region="not-selected-icon">{{#pix}} i/uncheckedcircle, core {{/pix}}</span>
|
||||
<span class="hidden ml-2 small text-primary" data-region="selected-icon">{{#pix}} i/checkedcircle, core {{/pix}}</span>
|
||||
</div>
|
||||
<div>{{{text}}}</div>
|
||||
</div>
|
BIN
pix/i/checkedcircle.png
Normal file
BIN
pix/i/checkedcircle.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 327 B |
1
pix/i/checkedcircle.svg
Normal file
1
pix/i/checkedcircle.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><title>selected</title><path d="M8,16a8,8,0,1,1,8-8A8,8,0,0,1,8,16ZM13.19,5.83l-.95-.94a.65.65,0,0,0-.94,0L7.05,9.14,4.7,6.78a.65.65,0,0,0-.94,0l-.95.94a.68.68,0,0,0-.19.48.65.65,0,0,0,.19.47l3.77,3.77a.67.67,0,0,0,.95,0l5.66-5.66a.65.65,0,0,0,.19-.47A.68.68,0,0,0,13.19,5.83Z" fill="#999"/></svg>
|
After Width: | Height: | Size: 357 B |
BIN
pix/i/uncheckedcircle.png
Normal file
BIN
pix/i/uncheckedcircle.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 340 B |
1
pix/i/uncheckedcircle.svg
Normal file
1
pix/i/uncheckedcircle.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><title>select 2</title><path d="M8,16A8,8,0,0,1,8,0H8A8,8,0,0,1,8,16ZM1.33,8A6.67,6.67,0,1,0,8,1.33,6.67,6.67,0,0,0,1.33,8Z" fill="#999"/></svg>
|
After Width: | Height: | Size: 204 B |
@ -67,8 +67,8 @@
|
||||
>
|
||||
{{formattedtime}}
|
||||
</div>
|
||||
<span class="hidden ml-2 small text-primary" data-region="not-selected-icon">{{#pix}} i/completion-manual-n, core {{/pix}}</span>
|
||||
<span class="hidden ml-2 small text-primary" data-region="selected-icon">{{#pix}} i/checked, core {{/pix}}</span>
|
||||
<span class="hidden ml-2 small text-primary" data-region="not-selected-icon">{{#pix}} i/uncheckedcircle, core {{/pix}}</span>
|
||||
<span class="hidden ml-2 small text-primary" data-region="selected-icon">{{#pix}} i/checkedcircle, core {{/pix}}</span>
|
||||
</div>
|
||||
<div>{{{text}}}</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user