-
Notifications
You must be signed in to change notification settings - Fork 0
chore(138): improve unit testing #139
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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
packages/editor/src/components/toolbar/shortcuts-dialog/index.ts
Outdated
Show resolved
Hide resolved
6b45fd8 to
150bfe6
Compare
150bfe6 to
3f6a2d3
Compare
e52addb to
e725074
Compare
9ab2091 to
9c2673d
Compare
9c2673d to
2dba465
Compare
packages/editor/src/components/validations/drawer/validation-list-item/index.ts
Outdated
Show resolved
Hide resolved
packages/editor/src/components/validations/drawer/validation-list-item/index.ts
Outdated
Show resolved
Hide resolved
b9aaa38 to
c8a02b6
Compare
|
| <div class="clippy-dialog__list-item-actions"> | ||
| <utrecht-button disabled="true">Negeren</utrecht-button> | ||
| <utrecht-button appearance="secondary-action-button" @click=${this.#focusNode}>Aanpassen</utrecht-button> | ||
| <button class="nl-button nl-button--disabled" disabled>Negeren</button> |
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.
Volgens mij stellen de NLDS docs voor om aria-disabled te gebruiken om button wel focusable te houden: https://nl-design-system.github.io/candidate/?path=/docs/css-button--documentatie#disabled-button
| <div class="clippy-dialog__list-item-actions"> | ||
| <utrecht-button disabled="true">Negeren</utrecht-button> | ||
| <utrecht-button appearance="secondary-action-button" @click=${this.#focusNode}>Aanpassen</utrecht-button> | ||
| <button class="nl-button nl-button--disabled" disabled>Negeren</button> |
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.
| <button class="nl-button nl-button--disabled" disabled>Negeren</button> | |
| <button class="nl-button nl-button--disabled" aria-disabled="true">Negeren</button> |



No description provided.