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

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

Issue 1549903002: Replace -webkit-transform with transform in Chrome UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase CL Created 4 years, 9 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/login/screen_container.css ('k') | ui/webui/resources/css/dialogs.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/css/bubble.css
diff --git a/ui/webui/resources/css/bubble.css b/ui/webui/resources/css/bubble.css
index b0092e5e45ceb917a6d5c8733aede222c3f3d73a..52e0d102a53bbff6791473721544de609e53f61b 100644
--- a/ui/webui/resources/css/bubble.css
+++ b/ui/webui/resources/css/bubble.css
@@ -68,7 +68,7 @@ html[dir='rtl'] .bubble-close {
}
.bubble-arrow {
- -webkit-transform: rotate(45deg);
+ transform: rotate(45deg);
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
height: 15px;
position: absolute;
« no previous file with comments | « ui/login/screen_container.css ('k') | ui/webui/resources/css/dialogs.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698