File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/bundle/Resources/views/themes/admin/matrix_fieldtype Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 37
37
class =" btn ibexa-btn ibexa-btn--secondary ibexa-btn--small ibexa-btn--add-matrix-entry"
38
38
{{ readonly ? ' disabled' }}
39
39
>
40
- <svg class =" ibexa-icon ibexa-icon--small ibexa-icon--edit" >
40
+ <svg class =" ibexa-icon ibexa-icon--small-medium ibexa-icon--edit" >
41
41
<use xlink:href =" {{ ibexa_icon_path(' create' ) }}" ></use >
42
42
</svg >
43
43
<span class =" ibexa-btn__label" >{{ ' ibexa_matrix.add' | trans| desc(' Add' ) }}</span >
47
47
class =" btn ibexa-btn ibexa-btn--ghost ibexa-btn--small ibexa-btn--bulk-remove-matrix"
48
48
{{ readonly ? ' disabled' }}
49
49
>
50
- <svg class =" ibexa-icon ibexa-icon--small ibexa-icon--edit" >
50
+ <svg class =" ibexa-icon ibexa-icon--small-medium ibexa-icon--edit" >
51
51
<use xlink:href =" {{ ibexa_icon_path(' trash' ) }}" ></use >
52
52
</svg >
53
53
<span class =" ibexa-btn__label" >{{ ' ibexa_matrix.remove' | trans| desc(' Delete' ) }}</span >
77
77
class =" btn ibexa-btn ibexa-btn--ghost ibexa-btn--no-text ibexa-btn--remove-matrix-entry"
78
78
{{ readonly ? ' disabled' }}
79
79
>
80
- <svg class =" ibexa-icon ibexa-icon--small ibexa-icon--edit" >
80
+ <svg class =" ibexa-icon ibexa-icon--small-medium ibexa-icon--edit" >
81
81
<use xlink:href =" {{ ibexa_icon_path(' trash' ) }}" ></use >
82
82
</svg >
83
83
</button >
Original file line number Diff line number Diff line change 63
63
{% trans_default_domain ' ibexa_matrix_fieldtype' %}
64
64
{% block actions %}
65
65
<button type =" button" class =" btn ibexa-btn ibexa-btn--tertiary ibexa-btn--small ibexa-btn--add-column" >
66
- <svg class =" ibexa-icon ibexa-icon--small ibexa-icon--create" >
66
+ <svg class =" ibexa-icon ibexa-icon--small-medium ibexa-icon--create" >
67
67
<use xlink:href =" {{ ibexa_icon_path(' create' ) }}" ></use >
68
68
</svg >
69
69
<span class =" ibexa-btn__label" >
70
70
{{ ' field.column.add_new' | trans| desc(' Add' ) }}
71
71
</span >
72
72
</button >
73
73
<button type =" button" class =" btn ibexa-btn ibexa-btn--ghost ibexa-btn--small ibexa-btn--remove-column" >
74
- <svg class =" ibexa-icon ibexa-icon--small ibexa-icon--trash" >
74
+ <svg class =" ibexa-icon ibexa-icon--small-medium ibexa-icon--trash" >
75
75
<use xlink:href =" {{ ibexa_icon_path(' trash' ) }}" ></use >
76
76
</svg >
77
77
<span class =" ibexa-btn__label" >
You can’t perform that action at this time.
0 commit comments