Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(290)

Unified Diff: ui/accessibility/extensions/colorenhancer/res/cvd.css

Issue 2771613002: Accessibility: Fix color enhancer disable option (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/accessibility/extensions/colorenhancer/res/cvd.css
diff --git a/ui/accessibility/extensions/colorenhancer/res/cvd.css b/ui/accessibility/extensions/colorenhancer/res/cvd.css
index 5856e02ce316ffed98b6121eea58c26cac8a922d..e1a6f17357da3c64a93a0b96b6c362f3f64f51b7 100644
--- a/ui/accessibility/extensions/colorenhancer/res/cvd.css
+++ b/ui/accessibility/extensions/colorenhancer/res/cvd.css
@@ -2,10 +2,10 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-html.filter0 {
+html[cvd="0"] {
-webkit-filter: url('#cvd_extension_0');
}
-html.filter1 {
+html[cvd="1"] {
-webkit-filter: url('#cvd_extension_1');
}
« no previous file with comments | « ui/accessibility/extensions/colorenhancer/manifest.json ('k') | ui/accessibility/extensions/colorenhancer/src/cvd.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698