GoogleChrome / devtools-docs

The legacy documentation for Chrome DevTools.
https://developer.chrome.com/devtools
691 stars 179 forks source link

Add simple UX filter blur utility #312

Closed sorcamarian closed 7 years ago

sorcamarian commented 7 years ago

In Dev Tools when a HTML Node is focused and H key is pressed, that node gets hidden(visibility: hidden !important;)

I suggest adding a CSS Filter blur (-webkit-filter: blur(5px)) on B keypress .

Blur value coulde be selected by pressing a number. For example: key: B + key: 9 => -webkit-filter: blur(9px)

In my case, [filter blur](https://developer.mozilla.org/en-US/docs/Web/CSS/filter#blur()_2) is good for privacy, when I share a print screen.

Garbee commented 7 years ago

Please submit feature requests in the Chromium issue tracker. This tracker is for the documentation only and the team that works on the software itself does not look here for work to do.

Thank you.