Skip to content

MudToggleIconButton: Add DisableElevation and ClickPropagation properties#8404

Merged
henon merged 1 commit intoMudBlazor:devfrom
danielchalmers:tib
Mar 20, 2024
Merged

MudToggleIconButton: Add DisableElevation and ClickPropagation properties#8404
henon merged 1 commit intoMudBlazor:devfrom
danielchalmers:tib

Conversation

@danielchalmers
Copy link
Member

Description

Fixes #8403

How Has This Been Tested?

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)

Checklist:

  • The PR is submitted to the correct branch (dev).
  • My code follows the code style of this project.
  • I've added relevant tests.

@github-actions github-actions bot added enhancement Adds a new feature or enhances existing functionality (not fixing a defect) in the main library PR: needs review labels Mar 20, 2024
@codecov
Copy link

codecov bot commented Mar 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.85%. Comparing base (3849703) to head (ede362f).
Report is 4 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #8404      +/-   ##
==========================================
- Coverage   88.87%   88.85%   -0.03%     
==========================================
  Files         414      414              
  Lines       12291    12292       +1     
  Branches     2455     2455              
==========================================
- Hits        10924    10922       -2     
- Misses        837      839       +2     
- Partials      530      531       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ScarletKuro ScarletKuro requested a review from henon March 20, 2024 19:19
@henon henon merged commit 08c8eab into MudBlazor:dev Mar 20, 2024
@henon
Copy link
Contributor

henon commented Mar 20, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Adds a new feature or enhances existing functionality (not fixing a defect) in the main library

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ToggleIconButton - Elevation

2 participants