Skip to content
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

Use ActionDefault as the base for ActionDefaultHover #8405

Merged
merged 1 commit into from Mar 21, 2024

Conversation

danielchalmers
Copy link
Contributor

Description

Instead of the static Colors.Shades.Black

Fixes #2792

How Has This Been Tested?

visually

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.

Instead of the static Colors.Shades.Black

Fixes MudBlazor#2792
@github-actions github-actions bot added bug Something does not work as intended/expected PR: needs review labels Mar 20, 2024
Copy link

codecov bot commented Mar 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.86%. Comparing base (3849703) to head (1a9a20f).
Report is 4 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #8405      +/-   ##
==========================================
- Coverage   88.87%   88.86%   -0.02%     
==========================================
  Files         414      414              
  Lines       12291    12292       +1     
  Branches     2455     2455              
==========================================
- Hits        10924    10923       -1     
- Misses        837      838       +1     
- Partials      530      531       +1     

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

@danielchalmers
Copy link
Contributor Author

you can see this in action easily by changing the theme in Docs and checking the hover on the navbar

@Garderoben Garderoben merged commit 09f94ff into MudBlazor:dev Mar 21, 2024
4 checks passed
@danielchalmers danielchalmers deleted the actiondefaulthover branch March 22, 2024 06:43
danielchalmers added a commit to danielchalmers/JournalApp that referenced this pull request Mar 28, 2024
Hover color was changed in MudBlazor/MudBlazor#8405 which pushed me to make some style changes:

- Header now uses pure white text instead of grayish to improve contrast and accessibility
- Emoji button now has hover and items are denser to fit better on phone
danielchalmers added a commit to danielchalmers/JournalApp that referenced this pull request Mar 31, 2024
- Filled buttons always have the hover style
- Hover effects are too faint on the header buttons
Both are a side effect of MudBlazor/MudBlazor#8405

But we still get to keep the "sticky" hover fix in 6.18.0.
danielchalmers added a commit to danielchalmers/JournalApp that referenced this pull request Apr 2, 2024
Hover color was changed in MudBlazor/MudBlazor#8405 which pushed me to make some style changes:

- Header now uses pure white text instead of grayish to improve contrast and accessibility
- Emoji button now has hover and items are denser to fit better on phone
danielchalmers added a commit to danielchalmers/JournalApp that referenced this pull request Apr 2, 2024
- Filled buttons always have the hover style
- Hover effects are too faint on the header buttons
Both are a side effect of MudBlazor/MudBlazor#8405

But we still get to keep the "sticky" hover fix in 6.18.0.
biegehydra pushed a commit to biegehydra/MudBlazor that referenced this pull request Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something does not work as intended/expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

--mud-palette-action-default-hover seems to ignore ActionDefault
2 participants