Skip to content
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

Focus fixes for collapsible panel. #4987

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Conversation

dbatiste
Copy link
Contributor

@dbatiste dbatiste commented Sep 18, 2024

GAUD-6986

This PR fixes 3 things:

  1. Pointer cursor not being applied on the opener
  2. Header styles not honouring :focus-visible
  3. [space] and [enter] keys not working as expected after clicking on the header

@dbatiste dbatiste requested a review from a team as a code owner September 18, 2024 18:06
Copy link
Contributor

Thanks for the PR! 🎉

We've deployed an automatic preview for this PR - you can see your changes here:

URL https://live.d2l.dev/prs/BrightspaceUI/core/pr-4987/

Note

The build needs to finish before your changes are deployed.
Changes to the PR will automatically update the instance.

@@ -113,7 +113,7 @@ <h2>With custom action, before and header content</h2>
<d2l-demo-snippet>
<d2l-collapsible-panel panel-title="Session: January 1, 2021: 10:00 AM" expand-collapse-label="Session on January 1">
<d2l-icon icon="tier3:assignments" slot="before"></d2l-icon>
<d2l-button-icon slot="actions" icon="tier1:fullscreen"></d2l-button-icon><d2l-button-icon slot="actions" icon="tier1:download"></d2l-button-icon><d2l-dropdown-more slot="actions">
<d2l-button-icon slot="actions" icon="tier1:fullscreen" text="Fullscreen"></d2l-button-icon><d2l-button-icon slot="actions" icon="tier1:download" text="Download"></d2l-button-icon><d2l-dropdown-more slot="actions" text="More">
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just fixing property required console messages here.

@dbatiste dbatiste merged commit 6f6b3d9 into main Sep 18, 2024
6 checks passed
@dbatiste dbatiste deleted the dbatiste/collapsible-panel-fixes branch September 18, 2024 19:18
Copy link

🎉 This PR is included in version 3.40.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants