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

Unified Diff: chrome/browser/devtools/frontend/devtools_discovery_page.html

Issue 2691883002: Uprefix CSS transitions in ui/ and chrome/ styles (Closed)
Patch Set: transitions only 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
« no previous file with comments | « no previous file | chrome/browser/resources/bluetooth_internals/snackbar.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/devtools/frontend/devtools_discovery_page.html
diff --git a/chrome/browser/devtools/frontend/devtools_discovery_page.html b/chrome/browser/devtools/frontend/devtools_discovery_page.html
index df5db67319bc28c71345488183e639acfccb4148..d10b8588f2112a5ceae0b4bde032e994c4095304 100644
--- a/chrome/browser/devtools/frontend/devtools_discovery_page.html
+++ b/chrome/browser/devtools/frontend/devtools_discovery_page.html
@@ -30,9 +30,9 @@ body {
flex-direction: row;
text-decoration: none;
padding: 10px;
- -webkit-transition-property: background-color, border-color;
- -webkit-transition: background-color 0.15s, 0.15s;
- -webkit-transition-delay: 0ms, 0ms;
+ transition-property: background-color, border-color;
+ transition: background-color 0.15s, 0.15s;
+ transition-delay: 0ms, 0ms;
}
.item:not(.connected):hover {
« no previous file with comments | « no previous file | chrome/browser/resources/bluetooth_internals/snackbar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698