Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix styling
  • Loading branch information
vnbaaij committed Jul 11, 2025
commit 2166de42514942fb345238a5afb858bdc423f410
13 changes: 0 additions & 13 deletions examples/Demo/Shared/Microsoft.FluentUI.AspNetCore.Components.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7744,19 +7744,6 @@
Gets or sets a callback that is triggered whenever <see cref="P:Microsoft.FluentUI.AspNetCore.Components.FluentNavGroup.Expanded"/> changes.
</summary>
</member>
<member name="M:Microsoft.FluentUI.AspNetCore.Components.FluentNavLink.OnParametersSet">
<inheritdoc />
</member>
<member name="M:Microsoft.FluentUI.AspNetCore.Components.FluentNavLink.ShouldMatch(System.String)">
<summary>
Determines whether the current URI should match the link.
</summary>
<param name="uriAbsolute">The absolute URI of the current location.</param>
<returns>True if the link should be highlighted as active; otherwise, false.</returns>
</member>
<member name="M:Microsoft.FluentUI.AspNetCore.Components.FluentNavLink.Dispose">
<inheritdoc />
</member>
<member name="P:Microsoft.FluentUI.AspNetCore.Components.FluentNavMenu.ExpanderContent">
<summary>
Gets or sets the content to be rendered for the collapse icon when the menu is collapsible.
Expand Down
5 changes: 3 additions & 2 deletions src/Core/Components/Tabs/FluentTab.razor.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@ fluent-tabs fluent-tab-panel {
--density: 0;
}

fluent-tabs:has(.medium) fluent-tab {

fluent-tabs.medium fluent-tab {
font-size: var(--type-ramp-base-font-size);
padding: 0 10px;
}

fluent-tabs:has(.large) fluent-tab {
fluent-tabs.large fluent-tab {
font-size: var(--type-ramp-plus-1-font-size);
padding: 0 16px;
}
Loading