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

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

Issue 2535573002: Reduce usage of webkit CSS prefixes in chrome/browser/resources (Closed)
Patch Set: CSSOM Created 4 years 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/password_manager_list.css
diff --git a/chrome/browser/resources/options/password_manager_list.css b/chrome/browser/resources/options/password_manager_list.css
index 43f7d607304d0efb3d9caaa7dc86871070b72a8a..01f5dde9cd89754dbf21a272d999ecaebc4cb891 100644
--- a/chrome/browser/resources/options/password_manager_list.css
+++ b/chrome/browser/resources/options/password_manager_list.css
@@ -3,7 +3,6 @@
* found in the LICENSE file. */
#saved-passwords-list .list-inline-button {
- -webkit-transition: opacity 150ms;
background: rgb(138, 170, 237);
font-size: 0.9em;
height: 18px;
@@ -12,6 +11,7 @@
padding: 0 2px;
position: absolute;
top: 3px;
+ transition: opacity 150ms;
}
html[dir='ltr'] #saved-passwords-list .list-inline-button {

Powered by Google App Engine
This is Rietveld 408576698