-
Notifications
You must be signed in to change notification settings - Fork 6.8k
docs(cdk/a11y): update Sass docs for new theming API #22468
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The `$target` parameter allows you to specify which variation of high contrast mode your style | ||
targets. The accepted values are `active` (default), `black-on-white`, and `white-on-black`. These | ||
values correspond to the supported values for the | ||
[`-ms-high-contrast` media query][ms-high-contrast]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure whether we should mention the media query, because we wrap the selector with a class which behaves slightly differently when used together with Sass' &
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still want to mention it because it explains where the values come from
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, I don't feel strongly against it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Editing review; I left a couple of minor suggestions.
Editing review; a couple of suggestions, LGTM.
…On Wed, Apr 14, 2021 at 2:10 PM Emma Twersky ***@***.***> wrote:
***@***.**** approved this pull request.
lgtm!
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#22468 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR4DPGUWPLHPCL4HELB64H3TIYACVANCNFSM422KKSQA>
.
--
*--Teri Glover--*
*Technical Editor*
|
This change updates the Sass documentation for cdk/a11y to reflect the new `@use`-based API. Additionally, it adds documentation for the parameters to `cdk.high-contrast`.
This change updates the Sass documentation for cdk/a11y to reflect the new `@use`-based API. Additionally, it adds documentation for the parameters to `cdk.high-contrast`. (cherry picked from commit 2a9854e)
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This change updates the Sass documentation for cdk/a11y to reflect the
new
@use
-based API. Additionally, it adds documentation for theparameters to
cdk.high-contrast
.