Skip to content

fix(VaButton): added pointer events for disabled buttons#4290

Merged
m0ksem merged 2 commits intoepicmaxco:developfrom
ahmadJT:fix/disabled-button
Jun 3, 2024
Merged

fix(VaButton): added pointer events for disabled buttons#4290
m0ksem merged 2 commits intoepicmaxco:developfrom
ahmadJT:fix/disabled-button

Conversation

@ahmadJT
Copy link
Copy Markdown
Contributor

@ahmadJT ahmadJT commented May 27, 2024

Description

  • remove pointer-events none from va-disabled mixin

Closes

Markup:

Details
@mixin va-disabled() {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
  user-select: none;
}

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Improvement/refactoring (non-breaking change that doesn't add any feature but make things better)

Copy link
Copy Markdown
Member

@m0ksem m0ksem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! ❤️

@m0ksem m0ksem merged commit a03c6ff into epicmaxco:develop Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants