Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<Version>10.0.1</Version>
<Version>10.0.2</Version>
</PropertyGroup>

<PropertyGroup>
<PackageTags>Bootstrap Blazor WebAssembly wasm UI Components Fluent Theme</PackageTags>
<Description>Bootstrap UI components extensions of Fluent Theme</Description>
</PropertyGroup>

<ItemGroup>
<Content Remove="wwwroot\fluent.css" />
<None Include="wwwroot\fluent.css" />
</ItemGroup>

</Project>
11 changes: 11 additions & 0 deletions src/components/BootstrapBlazor.Theme.Fluent/wwwroot/fluent.css
Original file line number Diff line number Diff line change
Expand Up @@ -1016,6 +1016,17 @@
--bs-btn-padding-y: 8px;
}

/* BootstrapBlazor extra-small button (TableCellButton) — the .btn rule above has
* equal specificity and loads later, so it would otherwise override .btn-xs sizing;
* restore the library defaults ($bs-btn-xs-*, Bootstrap line-height 1.5) */
.btn-xs,
.btn-group-xs > .btn {
--bs-btn-padding-x: .3125rem; /* $bs-btn-xs-padding-x */
--bs-btn-padding-y: .0625rem; /* $bs-btn-xs-padding-y */
--bs-btn-font-size: .75rem; /* $bs-btn-xs-font-size */
--bs-btn-line-height: 1.5; /* Bootstrap default, library .btn-xs does not override it */
}

/* Button groups — bundle targets .btn-group-sm/lg > .btn directly at higher specificity */
.btn-group-sm > .btn {
--bs-btn-font-size: .75rem; /* fontSizeBase200 */
Expand Down
11 changes: 0 additions & 11 deletions src/components/BootstrapBlazor.Theme.Fluent/wwwroot/fluent.min.css

This file was deleted.

Loading