Skip to content

Commit 8a9add9

Browse files
committed
Nested Card Expand Icon Not Showing
1 parent fea73a2 commit 8a9add9

28 files changed

+81
-66
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4242
- **Release Workflow:** Fixed zip command in release.yml
4343
- Corrected `-d` flag to `-r` for recursive directory zipping
4444
- Fixed filename inconsistency in release artifacts
45+
- **Nested Card Expand Icon:** Fixed issue #5909 where nested collapsed cards didn't show expand icon
46+
- Updated CSS selectors to use direct child (>) scoping for card state icons
47+
- Collapse/expand icons now correctly display for nested cards independently
48+
- Card body/footer display rules now only affect direct children, not nested cards
49+
- **Card Widget JavaScript:** Fixed nested card collapse/expand affecting child cards
50+
- Added `:scope >` selector to only target direct card-body/footer children
51+
- Prevents parent card collapse from affecting nested card animations
4552

4653
### Updated
4754

dist/css/adminlte.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/adminlte.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/adminlte.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/adminlte.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/adminlte.rtl.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/adminlte.rtl.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/adminlte.rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/adminlte.rtl.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/adminlte.js

Lines changed: 11 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)