Skip to content

Commit 9698b83

Browse files
committed
make the login client load in the uui-css assets directly from the backoffice client since we are hooking on to the uui javascript anyway (this way we dont have to maintain uui several places)
1 parent 43e4d3e commit 9698b83

File tree

4 files changed

+1
-72
lines changed

4 files changed

+1
-72
lines changed

src/Umbraco.Cms.StaticAssets/umbraco/UmbracoLogin/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<title>Umbraco</title>
4848

4949
<link rel="stylesheet" href="~/umbraco/login/user-defined.css" asp-append-version="true"/>
50-
<link rel="stylesheet" href="~/umbraco/login/style.css" asp-append-version="true" />
50+
<link rel="stylesheet" href="~/umbraco/backoffice/css/uui-css.css" asp-append-version="true" />
5151
<style>
5252
body {
5353
margin: 0;

src/Umbraco.Web.UI.Login/package-lock.json

Lines changed: 0 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Umbraco.Web.UI.Login/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"msw": "^2.2.13"
1717
},
1818
"devDependencies": {
19-
"@umbraco-ui/uui-css": "1.8.0-rc.0",
2019
"typescript": "^5.3.3",
2120
"vite": "^5.2.2",
2221
"vite-tsconfig-paths": "^4.3.2"

src/Umbraco.Web.UI.Login/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import '@umbraco-ui/uui-css/dist/uui-css.css';
2-
31
export * from './auth.element.js';
42
export * from './components/index.js';
53
export * from './contexts/index.js';

0 commit comments

Comments
 (0)