mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: soften selectors and hit target colors (#18709)
Fixes: https://github.com/microsoft/playwright/issues/18618
This commit is contained in:
parent
1ec614bfc4
commit
e42583f477
@ -259,7 +259,7 @@ function snapshotScript() {
|
|||||||
if (pointX) {
|
if (pointX) {
|
||||||
const pointElement = document.createElement('x-pw-pointer');
|
const pointElement = document.createElement('x-pw-pointer');
|
||||||
pointElement.style.position = 'fixed';
|
pointElement.style.position = 'fixed';
|
||||||
pointElement.style.backgroundColor = 'red';
|
pointElement.style.backgroundColor = '#f44336';
|
||||||
pointElement.style.width = '20px';
|
pointElement.style.width = '20px';
|
||||||
pointElement.style.height = '20px';
|
pointElement.style.height = '20px';
|
||||||
pointElement.style.borderRadius = '10px';
|
pointElement.style.borderRadius = '10px';
|
||||||
|
|||||||
@ -35,7 +35,7 @@
|
|||||||
--yellow: #ff9207;
|
--yellow: #ff9207;
|
||||||
--purple: #dc12ff;
|
--purple: #dc12ff;
|
||||||
--blue: #4dafff;
|
--blue: #4dafff;
|
||||||
--orange: #ff7171;
|
--orange: #ff9800;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user