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 3737 class =" btn ibexa-btn ibexa-btn--secondary ibexa-btn--small ibexa-btn--add-matrix-entry"
3838 {{ readonly ? ' disabled' }}
3939 >
40- <svg class =" ibexa-icon ibexa-icon--small ibexa-icon--edit" >
40+ <svg class =" ibexa-icon ibexa-icon--small-medium ibexa-icon--edit" >
4141 <use xlink:href =" {{ ibexa_icon_path(' create' ) }}" ></use >
4242 </svg >
4343 <span class =" ibexa-btn__label" >{{ ' ibexa_matrix.add' | trans| desc(' Add' ) }}</span >
4747 class =" btn ibexa-btn ibexa-btn--ghost ibexa-btn--small ibexa-btn--bulk-remove-matrix"
4848 {{ readonly ? ' disabled' }}
4949 >
50- <svg class =" ibexa-icon ibexa-icon--small ibexa-icon--edit" >
50+ <svg class =" ibexa-icon ibexa-icon--small-medium ibexa-icon--edit" >
5151 <use xlink:href =" {{ ibexa_icon_path(' trash' ) }}" ></use >
5252 </svg >
5353 <span class =" ibexa-btn__label" >{{ ' ibexa_matrix.remove' | trans| desc(' Delete' ) }}</span >
7777 class =" btn ibexa-btn ibexa-btn--ghost ibexa-btn--no-text ibexa-btn--remove-matrix-entry"
7878 {{ readonly ? ' disabled' }}
7979 >
80- <svg class =" ibexa-icon ibexa-icon--small ibexa-icon--edit" >
80+ <svg class =" ibexa-icon ibexa-icon--small-medium ibexa-icon--edit" >
8181 <use xlink:href =" {{ ibexa_icon_path(' trash' ) }}" ></use >
8282 </svg >
8383 </button >
Original file line number Diff line number Diff line change 6363 {% trans_default_domain ' ibexa_matrix_fieldtype' %}
6464 {% block actions %}
6565 <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" >
6767 <use xlink:href =" {{ ibexa_icon_path(' create' ) }}" ></use >
6868 </svg >
6969 <span class =" ibexa-btn__label" >
7070 {{ ' field.column.add_new' | trans| desc(' Add' ) }}
7171 </span >
7272 </button >
7373 <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" >
7575 <use xlink:href =" {{ ibexa_icon_path(' trash' ) }}" ></use >
7676 </svg >
7777 <span class =" ibexa-btn__label" >
You can’t perform that action at this time.
0 commit comments