Skip to content

fix(list): focus styles#15718

Merged
simeonoff merged 3 commits into
masterfrom
sivanova/fix-15664
Apr 14, 2025
Merged

fix(list): focus styles#15718
simeonoff merged 3 commits into
masterfrom
sivanova/fix-15664

Conversation

@SisIvanova
Copy link
Copy Markdown
Collaborator

Closes #15664

Additional information (check all that apply):

  • Bug fix
  • New functionality
  • Documentation
  • Demos
  • CI/CD

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code (test guidelines)
  • This PR includes API docs for newly added methods/properties (api docs guidelines)
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes (migrations guidelines)
  • This PR includes behavioral changes and the feature specification has been updated with them

align-items: center;
position: relative;
border-radius: var-get($theme, 'item-border-radius');
background: inherit;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@SisIvanova I have a feeling that this is important especially when panning items. Take a look at the scoped styles PR and how the sample has been updated there to support panning so this can be tested before merging.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

My point was to fix the background being applied to both the wrapper and the nested component, which causes a bug in indigo theme where the background has some opacity. This was already fixed by you in the scoped-styles branch. I updated the sample with the panning option so that you and @didimmova can easily test if everything looks good.

@simeonoff simeonoff self-assigned this Apr 14, 2025
@simeonoff simeonoff self-requested a review April 14, 2025 08:57
@simeonoff simeonoff added ✅ status: verified Applies to PRs that have passed manual verification and removed ❌ status: awaiting-test PRs awaiting manual verification labels Apr 14, 2025
@simeonoff simeonoff merged commit c749f1f into master Apr 14, 2025
5 checks passed
@simeonoff simeonoff deleted the sivanova/fix-15664 branch April 14, 2025 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

list version: 19.2.x ✅ status: verified Applies to PRs that have passed manual verification

Projects

None yet

Development

Successfully merging this pull request may close these issues.

List's missing focus-visible styles

3 participants