mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
fix: trace viewer with global applied background-color (#23362)
Fixes https://github.com/microsoft/playwright/issues/23275
This commit is contained in:
parent
9e75b95153
commit
f819b1c72d
@ -53,6 +53,7 @@ export class Highlight {
|
|||||||
this._glassPaneElement.style.zIndex = '2147483647';
|
this._glassPaneElement.style.zIndex = '2147483647';
|
||||||
this._glassPaneElement.style.pointerEvents = 'none';
|
this._glassPaneElement.style.pointerEvents = 'none';
|
||||||
this._glassPaneElement.style.display = 'flex';
|
this._glassPaneElement.style.display = 'flex';
|
||||||
|
this._glassPaneElement.style.backgroundColor = 'transparent';
|
||||||
|
|
||||||
this._actionPointElement = document.createElement('x-pw-action-point');
|
this._actionPointElement = document.createElement('x-pw-action-point');
|
||||||
this._actionPointElement.setAttribute('hidden', 'true');
|
this._actionPointElement.setAttribute('hidden', 'true');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user