-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IBX-8110: ALW images edit #1282
Conversation
70e230b
to
2fa91a6
Compare
5a46a77
to
e09efbc
Compare
src/bundle/Resources/public/scss/ui/modules/common/_taggify.scss
Outdated
Show resolved
Hide resolved
c4fac33
to
6dda89f
Compare
font-size: $ibexa-text-font-size-medium; | ||
color: var(--ibexa-input-text-color, var(--ibexa-text-color, $ibexa-color-dark)); | ||
line-height: calculateRem(21px); | ||
border: calculateRem(1px) solid var(--ibexa-input-border-color, #{$ibexa-color-dark-200}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
border: calculateRem(1px) solid var(--ibexa-input-border-color, #{$ibexa-color-dark-200}); | |
border: calculateRem(1px) solid var(--ibexa-input-border-color, $ibexa-color-dark-200); |
should work?
const filteredTags = tags.filter((tag) => tag.id !== id); | ||
|
||
setTags(filteredTags); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
callback?
39ff91c
to
05da2f5
Compare
05da2f5
to
226a6e2
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on DXP, DXP(dam), ALW
Related PRs:
Description:
Images action implementations:
For QA:
Required tests on DXP and standalone version
Documentation: