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

Unified Diff: chrome/browser/resources/bookmark_manager/css/bmm.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/bookmark_manager/css/bmm.css
diff --git a/chrome/browser/resources/bookmark_manager/css/bmm.css b/chrome/browser/resources/bookmark_manager/css/bmm.css
index d34d96ec50d84d2527154ec14690c3d6de3b90a9..adef2e44e2158f930f24a47a77ca305d4ba30b79 100644
--- a/chrome/browser/resources/bookmark_manager/css/bmm.css
+++ b/chrome/browser/resources/bookmark_manager/css/bmm.css
@@ -101,7 +101,6 @@ html[dir=rtl] list .url {
}
list > * > button {
- -webkit-transition: opacity 150ms;
background: #fff no-repeat center center;
border: 1px solid hsl(214, 91%, 85%);
border-radius: 3px;
@@ -112,6 +111,7 @@ list > * > button {
position: absolute;
right: 3px;
top: 1px;
+ transition: opacity 150ms;
width: 15px;
}

Powered by Google App Engine
This is Rietveld 408576698