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

Unified Diff: chrome/browser/resources/inspect/inspect.css

Issue 2535573002: Reduce usage of webkit CSS prefixes in chrome/browser/resources (Closed)
Patch Set: CSSOM Created 4 years, 1 month 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 f8075c27d6fe0f8c52d3a1fd452aa9bc21f73141..811bcfe097434b7da1288164b58afafd0f330679 100644
--- a/chrome/browser/resources/inspect/inspect.css
+++ b/chrome/browser/resources/inspect/inspect.css
@@ -143,8 +143,8 @@ img {
}
.port-icon.transient {
- -webkit-transform: scale(1.2);
background-color: orange;
+ transform: scale(1.2);
}
.port-number {
@@ -274,9 +274,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