1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

PM-24791 [Defect] White box behind Save login notification UI (#16112)

* PM-24791

* update snapshots
This commit is contained in:
Daniel Riera
2025-08-27 15:34:35 -04:00
committed by GitHub
parent 1d5115f190
commit cde4890e5e
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ exports[`OverlayNotificationsContentService opening the notification bar creates
<iframe
id="bit-notification-bar-iframe"
src="chrome-extension://id/notification/bar.html"
style="width: 100% !important; height: 100% !important; border: 0px !important; display: block !important; position: relative !important; transition: transform 0.15s ease-out, opacity 0.15s ease !important; border-radius: 4px !important; color-scheme: normal !important; transform: translateX(0) !important; opacity: 0;"
style="width: 100% !important; height: 100% !important; border: 0px !important; display: block !important; position: relative !important; transition: transform 0.15s ease-out, opacity 0.15s ease !important; border-radius: 4px !important; color-scheme: auto !important; transform: translateX(0) !important; opacity: 0;"
/>
</div>
`;

View File

@@ -55,7 +55,7 @@ export class OverlayNotificationsContentService
position: "relative",
transition: "transform 0.15s ease-out, opacity 0.15s ease",
borderRadius: "4px",
colorScheme: "normal",
colorScheme: "auto",
};
private readonly extensionMessageHandlers: OverlayNotificationsExtensionMessageHandlers = {
openNotificationBar: ({ message }) => this.handleOpenNotificationBarMessage(message),