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

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

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
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 5deae3558df4f5fb38b601426c0a9ff8c0394b83..8ead88c22d41b30e85abc5b34f93206e15fb8120 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 {
« no previous file with comments | « chrome/browser/resources/options/options_page.css ('k') | chrome/browser/resources/options/supervised_user_import.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698