diff --git a/node/src/documents/guide/cssguide.html b/node/src/documents/guide/cssguide.html index 3815c22cc..025b6391a 100755 --- a/node/src/documents/guide/cssguide.html +++ b/node/src/documents/guide/cssguide.html @@ -95,10 +95,6 @@ type : 'UI Guide' -webkit-filter: blur(15px) grayscale(0.7); -moz-filter: blur(15px) grayscale(0.7); } - body.dimmed .dimmer * { - -webkit-filter: none; - -moz-filter: none; - }