Skip to content
Merged

Dev #2845

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
Expand Up @@ -23,12 +23,6 @@ public override void ConfigureBundle(BundleConfigurationContext context)
context.Files.AddIfNotContains("/libs/datatables.net-staterestore-dt/css/stateRestore.dataTables.min.css");
context.Files.AddIfNotContains("/libs/tributejs/dist/tribute.css");

// Add assets for "/themes/ux2/fonts/**/*"
context.Files.AddRange([
"/themes/ux2/fonts/icons/Segoe-Fluent-Icons.ttf",
"/themes/ux2/fonts/icons/Segoe-MDL2-Assets.ttf",
]);

// ABP's own FontAwesomeStyleContributor adds the v4 compatibility shims
// alongside all.css. Every rule in that file is scoped ".fa.fa-x", and no
// element in this app carries the bare "fa" class any more (AB#33942), so
Expand Down
Loading