Skip to content

Commit eb1c1f9

Browse files
committed
IBX-10440: Changed base icon size
1 parent adce2b9 commit eb1c1f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bundle/Resources/public/js/CKEditor/embed/content-inline/embed-inline-editing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const renderPreview = (title, contentId, itemActionsContainer) => {
2626
type="button"
2727
class="btn ibexa-btn ibexa-btn--small ibexa-btn--ghost ibexa-btn--no-text ibexa-embedded-item__actions-menu-trigger-btn"
2828
>
29-
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--secondary">
29+
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--secondary">
3030
<use xlink:href="${window.ibexa.helpers.icon.getIconPath('options')}"></use>
3131
</svg>
3232
</button>

src/bundle/Resources/public/js/CKEditor/embed/content/embed-editing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const renderPreview = (title, contentId, itemActionsContainer) => {
2626
type="button"
2727
class="btn ibexa-btn ibexa-btn--small ibexa-btn--ghost ibexa-btn--no-text ibexa-embedded-item-actions__menu-trigger-btn"
2828
>
29-
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--secondary">
29+
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--secondary">
3030
<use xlink:href="${window.ibexa.helpers.icon.getIconPath('options')}"></use>
3131
</svg>
3232
</button>

0 commit comments

Comments
 (0)