fix(tree-view): revert caret rotations - #8490
Conversation
…ate to face down when a section is open
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughTreeView toggle icons now use a right-facing caret in the template, and the expanded-state rotation in the stylesheet is updated to 90deg. ChangesTreeView toggle icon orientation
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Preview: https://pf-pr-8490.surge.sh A11y report: https://pf-pr-8490-a11y.surge.sh |
mcoker
left a comment
There was a problem hiding this comment.
LGTM though curious if you tried updating the icon itself, too, so that the icon without rotation is pointing in the collapsed direction (right), then we rotate it 90deg for the expanded position (down). That should be how all of our other caret/expand icons are setup.
Also be sure to add the issue # to the description or link the issue to the PR so the issue closes when the PR is merged and so that it's easy to find the issue if someone lands on this PR.
|
Good call. Just updated the pr. |
|
🎉 This PR is included in version 6.6.0-prerelease.18 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* fix: address word-break/overflow-wrap bug (#8487) * chore(input group): add radius modifier (#8483) * fix(table): nested table sorting (#8491) * fix(tree-view): revert caret rotations (#8490) * fix(a11y): ignore target-size rule for WCAG 2.2 bump (#8493) * fix(tree): update tree table and DLS tree toggle icon direction (#8502) * fix: update disabled description to use text color token (#8497) * fix(plain actions): update tokens to vertical-plain (#8495) * fix: address bottom pagination bugs (#8498) * fix: address bottom pagination bugs * fix: round border-radius on default bottom in glass * chore(primary details): fix drawer and toolbar (#8509) * fix(modal): footer action spacing (#8526) --------- Co-authored-by: Michael Coker <35148959+mcoker@users.noreply.github.com> Co-authored-by: Andrew Ronaldson <aronalds@redhat.com> Co-authored-by: Jake Miller <jake83miller@gmail.com> Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com> Co-authored-by: Jake Miller <jakmille@redhat.com>
Closes: #8474
Reverted the expand/collapse pattern from down/up to right/down.
Summary by CodeRabbit
Summary by CodeRabbit