IBX-12251: Aligned low-emphasis table actions on tertiary-alt button type - #2004
Open
tischsoic wants to merge 2 commits into
Open
IBX-12251: Aligned low-emphasis table actions on tertiary-alt button type#2004tischsoic wants to merge 2 commits into
tertiary-alt button type#2004tischsoic wants to merge 2 commits into
Conversation
ibexa-workflow-automation-1
Bot
requested review from
GrabowskiM,
OstafinL,
albozek,
alekmick and
dew326
and removed request for
a team
August 11, 2026 14:16
albozek
approved these changes
Aug 12, 2026
GrabowskiM
approved these changes
Aug 12, 2026
alekmick
approved these changes
Aug 12, 2026
…n type The DS component migration (IBX-12038) applied `tertiary` in places that were legacy `ibexa-btn--ghost`, and left some table-header "Add" buttons on `tertiary` while their siblings used `tertiary-alt`. That rendered otherwise identical toolbars purple in some tabs and dark in others. Table-header "Add" actions and icon-only row actions now consistently use `type="tertiary-alt"`. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
katarzynazawada
force-pushed
the
IBX-12251-add-button-color
branch
from
August 20, 2026 08:19
3902773 to
ad8da00
Compare
The bulk Move button was the only `tertiary` in the Sub-items toolbar, so it rendered purple next to Upload, Add Locations, Hide, Reveal and Delete, which all resolve to `tertiary-alt` through the shared ActionButton wrapper. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Related PRs:
Description:
The "+ Add" button above a table was purple on some tabs and dark on others. Switched the
remaining
tertiaryoccurrences totertiary-alt, so every low-emphasis table action is dark atrest and turns purple on hover.
For QA:
In all cases the action should be dark (near-black) at rest and purple on hover, matching the
"Delete" button beside it. Before the fix it was purple at rest.
and Locations tabs — all three toolbars should now look identical. (This is the case from the
ticket screenshots.)
Documentation: