From 2d0135f9a9917b94f5551dcd9f723bec8cb6bec4 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Fri, 3 Apr 2015 21:46:23 +0430 Subject: [PATCH] [css-filter] small update --- _posts/2015-03-28-css-filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2015-03-28-css-filters.md b/_posts/2015-03-28-css-filters.md index 8841b0a..b70718d 100644 --- a/_posts/2015-03-28-css-filters.md +++ b/_posts/2015-03-28-css-filters.md @@ -6,7 +6,7 @@ permalink: css-filters categories: css --- -I've been working on the [CSS Filter Editor widget](https://bugzilla.mozilla.org/show_bug.cgi?id=1055181) in Firefox Developer Tools for the past few weeks, it should land soon. Thanks to [Patrick Brosset](https://medium.com/@patrickbrosset) for mentoring me and [Tim Nguyen](https://github.com/nt1m) for his great contributions. +I've been working on the [CSS Filter Editor widget](https://bugzilla.mozilla.org/show_bug.cgi?id=1055181) in Firefox Developer Tools for a couple of weeks, it should land soon. Thanks to [Patrick Brosset](https://medium.com/@patrickbrosset) for mentoring me and [Tim Nguyen](https://github.com/nt1m) for his great contributions. Here is an [online version](http://mdibaiee.github.io/CSS-Filter-Tooltip/) to use as a playground (The component used in Firefox is a more complete version of this). It doesn't seem to work in Chrome.