MudTabs: Add ActiveTabClass for better customization#8698
MudTabs: Add ActiveTabClass for better customization#8698henon merged 11 commits intoMudBlazor:devfrom mueller-marcel:add-active-tab-customization
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #8698 +/- ##
==========================================
+ Coverage 89.82% 90.12% +0.29%
==========================================
Files 412 419 +7
Lines 11878 12181 +303
Branches 2364 2397 +33
==========================================
+ Hits 10670 10978 +308
+ Misses 681 665 -16
- Partials 527 538 +11 ☔ View full report in Codecov by Sentry. |
|
@henon I improved the documentation according to your suggestions. The "Kotzgrün" has been removed :D If you have any other suggestions let me know :-) EDIT: Stupid question... How can I re-run those checks? Haven't found an option to run them again, since the tests work locally and the change of the section in the docs shouldn't break any tests. Is my first contribution... |
|
I re-ran them now. You can make a minor change and push again to start another run |
|
@henon Thanks for the suggestion! |
|
Thanks! |
Co-authored-by: Marcel Müller <[email protected]>




Description
This pull request adds two new properties to the
MudTabscomponent to add custom css styles and classes the the active header. It enables the user to pass another background color the active tab header or style the text. An example where the background color has been set to green can be seen below:This pull request resolves the issues #8624
How Has This Been Tested?
This feature has been tested visually. Two new overloads for the
StyleBuilderhave been added to implement this feature. Those overloads have been added unit tests.Types of changes
Checklist
dev).