diff --git a/apps/pwabuilder/src/script/components/windows-form.ts b/apps/pwabuilder/src/script/components/windows-form.ts index ad7a05c3c..fe586d791 100644 --- a/apps/pwabuilder/src/script/components/windows-form.ts +++ b/apps/pwabuilder/src/script/components/windows-form.ts @@ -128,6 +128,11 @@ export class WindowsForm extends AppPackageFormBase { color: #757575; } + #languageDrop sl-menu-item:focus-within::part(base) { + color: #ffffff; + background-color: #4F3FB6; + } + #languageDrop sl-menu-item::part(base):hover{ color: #ffffff; background-color: #4F3FB6; diff --git a/components/manifest-editor/src/components/manifest-info-form.ts b/components/manifest-editor/src/components/manifest-info-form.ts index c06ad8ff0..0f374828c 100644 --- a/components/manifest-editor/src/components/manifest-info-form.ts +++ b/components/manifest-editor/src/components/manifest-info-form.ts @@ -166,6 +166,16 @@ export class ManifestInfoForm extends LitElement { width: 100%; } + sl-menu-item:focus-within::part(base) { + color: #ffffff; + background-color: #4F3FB6; + } + + sl-menu-item::part(base):hover{ + color: #ffffff; + background-color: #4F3FB6; + } + .error-color-field{ border: 1px solid #eb5757 !important; } diff --git a/components/manifest-editor/src/components/manifest-platform-form.ts b/components/manifest-editor/src/components/manifest-platform-form.ts index 44343b1d5..c84786380 100644 --- a/components/manifest-editor/src/components/manifest-platform-form.ts +++ b/components/manifest-editor/src/components/manifest-platform-form.ts @@ -141,6 +141,11 @@ export class ManifestPlatformForm extends LitElement { sl-menu { width: 100%; } + sl-menu-item:focus-within::part(base) { + color: #ffffff; + background-color: #4F3FB6; + } + sl-menu-item::part(base):hover{ color: #ffffff; background-color: #4F3FB6; diff --git a/components/manifest-editor/src/components/manifest-settings-form.ts b/components/manifest-editor/src/components/manifest-settings-form.ts index f60f6e5e1..28a30e6aa 100644 --- a/components/manifest-editor/src/components/manifest-settings-form.ts +++ b/components/manifest-editor/src/components/manifest-settings-form.ts @@ -202,6 +202,11 @@ export class ManifestSettingsForm extends LitElement { line-height: 16px; margin-left: .25em; } + + sl-menu-item:focus-within::part(base) { + color: #ffffff; + background-color: #4F3FB6; + } sl-menu-item::part(base):hover { color: #ffffff;