diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b08946bb..3b8ca6612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,6 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Filter Button specificity on desktop - Filter facets are not being selected on mobile - `CartItem` image size and truncate long product's title +- entrusting the definition of the cursor property to the browser ### Security diff --git a/src/components/ui/Button/buttons.scss b/src/components/ui/Button/buttons.scss index 52c02bef6..dff9f7bbb 100644 --- a/src/components/ui/Button/buttons.scss +++ b/src/components/ui/Button/buttons.scss @@ -17,7 +17,6 @@ text-decoration: none; column-gap: var(--fs-spacing-2); border: 0; - cursor: default; &:disabled, &[data-button-disabled="true"] { cursor: not-allowed;