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

Unified Diff: chrome/browser/resources/gaia_auth/offline.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/gaia_auth/offline.css
diff --git a/chrome/browser/resources/gaia_auth/offline.css b/chrome/browser/resources/gaia_auth/offline.css
index 5bf69db67d031a69b3426925d8b414c4dd7ed829..405febb75264ae587182f9bf1679a6bcd9c5985f 100644
--- a/chrome/browser/resources/gaia_auth/offline.css
+++ b/chrome/browser/resources/gaia_auth/offline.css
@@ -133,7 +133,6 @@ input[type=url][disabled=disabled]:hover {
box-shadow: none;
}
.g-button {
- -webkit-transition: all 218ms;
-webkit-user-select: none;
background-color: #f5f5f5;
background-image: linear-gradient(to bottom, #f5f5f5, #f1f1f1);
@@ -167,7 +166,6 @@ input[type=submit].g-button {
overflow: visible;
}
.g-button:hover {
- -webkit-transition: all 0ms;
background-color: #f8f8f8;
background-image: linear-gradient(to bottom, #f8f8f8, #f1f1f1);
border: 1px solid #c6c6c6;

Powered by Google App Engine
This is Rietveld 408576698