Skip to content

Conversation

@adolgachev
Copy link
Contributor

Add additional styling when forced colors is active to show an extra outline in the toolbar examples.

@adolgachev adolgachev requested review from tjshiu and removed request for wagnermaciel January 26, 2026 20:11
@adolgachev adolgachev added Accessibility This issue is related to accessibility (a11y) target: patch This PR is targeted for the next patch release dev-app preview When applied, previews of the dev-app are deployed to Firebase action: review The PR is still awaiting reviews from at least one requested reviewer labels Jan 26, 2026
@github-actions
Copy link

Deployed dev-app for 4494a25 to: https://ng-dev-previews-comp--pr-angular-components-32708-dev-juvesjka.web.app

Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt.

@adolgachev adolgachev changed the title fix(aria/toolbar): show outline on selected items when forced colors active fix(aria/toolbar): show outline on selected items when forced colors active in examples Jan 26, 2026
@adolgachev adolgachev added the action: presubmit The PR is in need of a google3 presubmit label Jan 27, 2026
.example-button[aria-pressed='true'],
.example-button[aria-checked='true'],
.example-option[aria-selected='true'] {
outline: solid 1px;
Copy link
Contributor

Choose a reason for hiding this comment

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

We probably should use a system color to show it's selected: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/system-color. - SelectedItem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Accessibility This issue is related to accessibility (a11y) action: presubmit The PR is in need of a google3 presubmit action: review The PR is still awaiting reviews from at least one requested reviewer dev-app preview When applied, previews of the dev-app are deployed to Firebase target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants