Skip to content

Instantly share code, notes, and snippets.

@chris-huffman
Created February 22, 2019 16:19
Show Gist options
  • Save chris-huffman/12f208359618272f4c1e1d35952480a5 to your computer and use it in GitHub Desktop.
Save chris-huffman/12f208359618272f4c1e1d35952480a5 to your computer and use it in GitHub Desktop.
Hide Sensitive Data - Portal Styles
.comment[cp_visibility="0"], .comment[cp_visibility="-1"], .tracking_widget_stopwatch {
-webkit-filter: blur(6px);
opacity: 0.1;
}
.wireframe_content_wrapper:hover .comment, .tracking_widget_stopwatch:hover {
-webkit-filter: blur(0px);
opacity: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment