web: toggle dark/light theme manually (#4876)
This commit is contained in:
@ -3,7 +3,6 @@ import { AKElement } from "@goauthentik/elements/Base";
|
||||
import { CSSResult, TemplateResult, css, html } from "lit";
|
||||
import { customElement } from "lit/decorators.js";
|
||||
|
||||
import AKGlobal from "@goauthentik/common/styles/authentik.css";
|
||||
import PFBase from "@patternfly/patternfly/patternfly-base.css";
|
||||
|
||||
@customElement("ak-divider")
|
||||
@ -11,7 +10,6 @@ export class Divider extends AKElement {
|
||||
static get styles(): CSSResult[] {
|
||||
return [
|
||||
PFBase,
|
||||
AKGlobal,
|
||||
css`
|
||||
.separator {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user