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

Unified Diff: ui/webui/resources/css/trash.css

Issue 2693793002: Remove webkit prefixes for transform and perspective in ui/ styles (Closed)
Patch Set: 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/overlay.css ('k') | ui/webui/resources/images/throbber_medium.svg » ('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 dfe66dc0c3ffe41738eaab3583e3dcf258e9a764..414d6deeaf40f9ec78372f5eec7f97c480d21f6a 100644
--- a/ui/webui/resources/css/trash.css
+++ b/ui/webui/resources/css/trash.css
@@ -28,14 +28,14 @@
}
.trash > .lid {
- -webkit-transform-origin: -7% 100%;
-webkit-transition: transform 150ms;
height: 6px;
+ transform-origin: -7% 100%;
width: 14px;
}
html[dir='rtl'] .trash > .lid {
- -webkit-transform-origin: 107% 100%;
+ transform-origin: 107% 100%;
}
.trash:-webkit-any(:focus, :hover, .open) > .lid {
« no previous file with comments | « ui/webui/resources/css/overlay.css ('k') | ui/webui/resources/images/throbber_medium.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698