[webkit-reviews] review denied: [Bug 218003] Web Inspector: Inspect element icon looks blurry on non-retina (1x) screen : [Attachment 413401] Web Inspector: Fix Crosshair svg blurry for 1x non-retina screens

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 10 12:06:17 PST 2020


Devin Rousso <drousso at apple.com> has denied Federico Bucchi
<fbucchi at apple.com>'s request for review:
Bug 218003: Web Inspector: Inspect element icon looks blurry on non-retina (1x)
screen
https://bugs.webkit.org/show_bug.cgi?id=218003

Attachment 413401: Web Inspector: Fix Crosshair svg blurry for 1x non-retina
screens

https://bugs.webkit.org/attachment.cgi?id=413401&action=review




--- Comment #10 from Devin Rousso <drousso at apple.com> ---
Comment on attachment 413401
  --> https://bugs.webkit.org/attachment.cgi?id=413401
Web Inspector: Fix Crosshair svg blurry for 1x non-retina screens

r- as this still has the same clipping issue

Perhaps try moving the `@media (-webkit-min-device-pixel-ratio: 2)` to
`Main.css` with something like
```
    @media (-webkit-max-device-pixel-ratio: 1) {
	.tab-bar .navigation-bar .item.inspect {
	    // something goes here
	}
    }
```


More information about the webkit-reviews mailing list