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

Unified Diff: chrome/browser/resources/inspect/inspect.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/inspect/inspect.css
diff --git a/chrome/browser/resources/inspect/inspect.css b/chrome/browser/resources/inspect/inspect.css
index 2584a9295ba1cff238126f6fc8b7dc9467ca9893..86b22a5bcfb1e1447681a58fdf6b6a62f724e5d5 100644
--- a/chrome/browser/resources/inspect/inspect.css
+++ b/chrome/browser/resources/inspect/inspect.css
@@ -147,8 +147,8 @@ img {
}
.port-icon.transient {
- -webkit-transform: scale(1.2);
background-color: orange;
+ transform: scale(1.2);
}
.port-number {
@@ -278,9 +278,9 @@ img {
}
.open > input:focus {
- -webkit-transition: border-color 200ms;
border-color: rgb(77, 144, 254);
outline: none;
+ transition: border-color 200ms;
}
.open > button {

Powered by Google App Engine
This is Rietveld 408576698