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

Unified Diff: ui/webui/resources/css/trash.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
« no previous file with comments | « ui/webui/resources/css/tabs.css ('k') | ui/webui/resources/css/tree.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/css/trash.css
diff --git a/ui/webui/resources/css/trash.css b/ui/webui/resources/css/trash.css
index 414d6deeaf40f9ec78372f5eec7f97c480d21f6a..4cd6a8aa173c49a8977adbaa23bdd91b42278d82 100644
--- a/ui/webui/resources/css/trash.css
+++ b/ui/webui/resources/css/trash.css
@@ -28,9 +28,9 @@
}
.trash > .lid {
- -webkit-transition: transform 150ms;
height: 6px;
transform-origin: -7% 100%;
+ transition: transform 150ms;
width: 14px;
}
@@ -40,7 +40,7 @@ html[dir='rtl'] .trash > .lid {
.trash:-webkit-any(:focus, :hover, .open) > .lid {
transform: rotate(-45deg);
- -webkit-transition: transform 250ms;
+ transition: transform 250ms;
}
html[dir='rtl'] .trash:-webkit-any(:focus, :hover, .open) > .lid {
« no previous file with comments | « ui/webui/resources/css/tabs.css ('k') | ui/webui/resources/css/tree.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698