Skip to content

Commit

Permalink
V14: Remove user-defined.css (#16792)
Browse files Browse the repository at this point in the history
* chore: remove the `user-defined.css` asset from the RCL

You cannot overwrite an asset in an RCL just like that, as the user-defined.css were intended.

* delete actual file
  • Loading branch information
iOvergaard authored Jul 18, 2024
1 parent 2f7afa6 commit cad5502
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
<meta name="pinterest" content="nopin"/>
<title>Umbraco</title>

<link rel="stylesheet" href="@backOfficeAssetsPath/css/user-defined.css" />
<link rel="stylesheet" href="@backOfficeAssetsPath/css/umb-css.css" />
<link rel="stylesheet" href="@backOfficeAssetsPath/css/uui-css.css" />
@await Html.BackOfficeImportMapScriptAsync(JsonSerializer, BackOfficePathGenerator, PackageManifestService)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
<meta name="pinterest" content="nopin"/>
<title>Umbraco</title>

<link rel="stylesheet" href="~/umbraco/login/user-defined.css" asp-append-version="true"/>
<link rel="stylesheet" href="~/umbraco/backoffice/css/uui-css.css" asp-append-version="true" />
<style>
body {
Expand Down
1 change: 0 additions & 1 deletion src/Umbraco.Web.UI.Login/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
await startMockServiceWorker();
await import('./src/index.ts');
</script>
<link rel="stylesheet" href="/user-defined.css" />
<style>
body {
margin: 0;
Expand Down
1 change: 0 additions & 1 deletion src/Umbraco.Web.UI.Login/public/user-defined.css

This file was deleted.

0 comments on commit cad5502

Please sign in to comment.