We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've started working/experimenting with 3.x to get ahead for migration.
All of my custom color tokens work as expected except for focus having the default color. Can't find anything inspecting elements and related shadow dom elements that would be causing this. And https://github.com/Esri/calcite-design-system/blob/dev/packages/calcite-components/src/assets/styles/_focus.scss#L8-L11 clearly is applying --calcite-color-brand.
--calcite-color-brand
Am I missing something? Or is this possibly an issue with using custom --calcite-color-brand and focus that needs to be addressed?
The text was updated successfully, but these errors were encountered:
Does using --calcite-color-focus work here?
--calcite-color-focus
You could set this once: --calcite-color-focus: var(--calcite-color-brand);
--calcite-color-focus: var(--calcite-color-brand);
@alisonailea - should the above just be the default fallback?
Please let us know if you run into any other migration issues moving to 3.x.
Sorry, something went wrong.
Thanks @macandcheese.
That works fine. I probably should have known... #10510.
👍 on on defaulting to --calcite-color-brand.
No branches or pull requests
I've started working/experimenting with 3.x to get ahead for migration.
All of my custom color tokens work as expected except for focus having the default color. Can't find anything inspecting elements and related shadow dom elements that would be causing this. And https://github.com/Esri/calcite-design-system/blob/dev/packages/calcite-components/src/assets/styles/_focus.scss#L8-L11 clearly is applying
--calcite-color-brand
.Am I missing something? Or is this possibly an issue with using custom
--calcite-color-brand
and focus that needs to be addressed?The text was updated successfully, but these errors were encountered: