diff --git a/web/src/elements/Tabs.ts b/web/src/elements/Tabs.ts index a208f3372f..74440897f7 100644 --- a/web/src/elements/Tabs.ts +++ b/web/src/elements/Tabs.ts @@ -38,6 +38,9 @@ export class Tabs extends AKElement { :host([vertical]) .pf-c-tabs__list { height: 100%; } + :host([vertical]) .pf-c-tabs .pf-c-tabs__list::before { + border-color: transparent; + } `, ]; } diff --git a/web/src/user/user-settings/UserSettingsPage.ts b/web/src/user/user-settings/UserSettingsPage.ts index 50d800bd43..8f447c4dfc 100644 --- a/web/src/user/user-settings/UserSettingsPage.ts +++ b/web/src/user/user-settings/UserSettingsPage.ts @@ -49,6 +49,18 @@ export class UserSettingsPage extends AKElement { PFFormControl, PFStack, css` + .pf-c-page { + --pf-c-page--BackgroundColor: transparent; + } + .pf-c-page__main-section { + --pf-c-page__main-section--BackgroundColor: transparent; + } + :host([theme="dark"]) .pf-c-page { + --pf-c-page--BackgroundColor: transparent; + } + :host([theme="dark"]) .pf-c-page__main-section { + --pf-c-page__main-section--BackgroundColor: transparent; + } @media screen and (min-width: 1200px) { :host { width: 90rem;