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

Unified Diff: chrome/browser/resources/options/handler_options.css

Issue 2535573002: Reduce usage of webkit CSS prefixes in chrome/browser/resources (Closed)
Patch Set: rebase Created 3 years, 10 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: chrome/browser/resources/options/handler_options.css
diff --git a/chrome/browser/resources/options/handler_options.css b/chrome/browser/resources/options/handler_options.css
index 116e5e7435f3ae99a51f932e75ee22c707d6210d..a022d975a94427336d3ebb1c3304be2392d5ede7 100644
--- a/chrome/browser/resources/options/handler_options.css
+++ b/chrome/browser/resources/options/handler_options.css
@@ -27,12 +27,12 @@
}
.handlers-remove-link {
- -webkit-transition: 150ms opacity;
color: #555;
cursor: pointer;
opacity: 0;
padding-left: 14px;
text-decoration: underline;
+ transition: 150ms opacity;
}
div > .handlers-remove-column {

Powered by Google App Engine
This is Rietveld 408576698