Skip to content

fix(button): fix button css #106

fix(button): fix button css

fix(button): fix button css #106

Triggered via pull request September 7, 2024 10:10
Status Success
Total duration 1m 12s
Artifacts

quality-core.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
lint/a11y/useKeyWithClickEvents: packages/core/src/components/dropdown/dropdown.tsx#L202
Enforce to have the onClick mouse event with the onKeyUp, the onKeyDown, or the onKeyPress keyboard event.
lint/a11y/useKeyWithClickEvents: packages/core/src/components/dropdown/dropdown.tsx#L217
Enforce to have the onClick mouse event with the onKeyUp, the onKeyDown, or the onKeyPress keyboard event.
lint/a11y/useKeyWithClickEvents: packages/core/src/components/accordion/accordion.tsx#L117
Enforce to have the onClick mouse event with the onKeyUp, the onKeyDown, or the onKeyPress keyboard event.
lint/a11y/useKeyWithClickEvents: packages/core/src/components/drawer/drawer.tsx#L161
Enforce to have the onClick mouse event with the onKeyUp, the onKeyDown, or the onKeyPress keyboard event.