web: toggle dark/light theme manually (#4876)
This commit is contained in:
		| @ -19,7 +19,6 @@ import { t } from "@lingui/macro"; | ||||
| import { CSSResult, TemplateResult, css, html } from "lit"; | ||||
| import { customElement, state } from "lit/decorators.js"; | ||||
|  | ||||
| import AKGlobal from "@goauthentik/common/styles/authentik.css"; | ||||
| import PFContent from "@patternfly/patternfly/components/Content/content.css"; | ||||
| import PFList from "@patternfly/patternfly/components/List/list.css"; | ||||
| import PFPage from "@patternfly/patternfly/components/Page/page.css"; | ||||
| @ -41,7 +40,6 @@ export class AdminOverviewPage extends AKElement { | ||||
|             PFPage, | ||||
|             PFContent, | ||||
|             PFList, | ||||
|             AKGlobal, | ||||
|             css` | ||||
|                 .row-divider { | ||||
|                     margin-top: -4px; | ||||
|  | ||||
| @ -8,7 +8,6 @@ import { t } from "@lingui/macro"; | ||||
| import { CSSResult, TemplateResult, css, html } from "lit"; | ||||
| import { customElement } from "lit/decorators.js"; | ||||
|  | ||||
| import AKGlobal from "@goauthentik/common/styles/authentik.css"; | ||||
| import PFContent from "@patternfly/patternfly/components/Content/content.css"; | ||||
| import PFList from "@patternfly/patternfly/components/List/list.css"; | ||||
| import PFPage from "@patternfly/patternfly/components/Page/page.css"; | ||||
| @ -24,7 +23,6 @@ export class DashboardUserPage extends AKElement { | ||||
|             PFPage, | ||||
|             PFContent, | ||||
|             PFList, | ||||
|             AKGlobal, | ||||
|             css` | ||||
|                 .row-divider { | ||||
|                     margin-top: -4px; | ||||
|  | ||||
| @ -7,7 +7,6 @@ import { t } from "@lingui/macro"; | ||||
| import { CSSResult, TemplateResult, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import AKGlobal from "@goauthentik/common/styles/authentik.css"; | ||||
| import PFTable from "@patternfly/patternfly/components/Table/table.css"; | ||||
|  | ||||
| import { EventTopPerUser, EventsApi } from "@goauthentik/api"; | ||||
| @ -18,7 +17,7 @@ export class TopApplicationsTable extends AKElement { | ||||
|     topN?: EventTopPerUser[]; | ||||
|  | ||||
|     static get styles(): CSSResult[] { | ||||
|         return [PFTable, AKGlobal]; | ||||
|         return [PFTable]; | ||||
|     } | ||||
|  | ||||
|     firstUpdated(): void { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens L
					Jens L