chore: soften selectors and hit target colors (#18709)

Fixes: https://github.com/microsoft/playwright/issues/18618
This commit is contained in:
Pavel Feldman 2022-11-10 16:04:12 -08:00 committed by GitHub
parent 1ec614bfc4
commit e42583f477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -259,7 +259,7 @@ function snapshotScript() {
if (pointX) {
const pointElement = document.createElement('x-pw-pointer');
pointElement.style.position = 'fixed';
pointElement.style.backgroundColor = 'red';
pointElement.style.backgroundColor = '#f44336';
pointElement.style.width = '20px';
pointElement.style.height = '20px';
pointElement.style.borderRadius = '10px';

View File

@ -35,7 +35,7 @@
--yellow: #ff9207;
--purple: #dc12ff;
--blue: #4dafff;
--orange: #ff7171;
--orange: #ff9800;
}
}