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

Unified Diff: remoting/webapp/crd/html/menu_button.css

Issue 2536473002: [AppRemoting] Reduce usage of webkit prefix (Closed)
Patch Set: Created 4 years, 1 month 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 | « remoting/webapp/base/html/main.css ('k') | remoting/webapp/crd/html/toolbar.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/html/menu_button.css
diff --git a/remoting/webapp/crd/html/menu_button.css b/remoting/webapp/crd/html/menu_button.css
index 72217777893b28085842a2a0c715780b212c5c9f..dddc4f28e442b07cbc43e619c9629f13a70d21e3 100644
--- a/remoting/webapp/crd/html/menu_button.css
+++ b/remoting/webapp/crd/html/menu_button.css
@@ -78,7 +78,7 @@ button.menu-button-activator.active {
vertical-align: -4px;
border: 1px solid transparent;
opacity: 0.35;
- -webkit-transition: opacity 0.218s;
+ transition: opacity 0.218s;
}
.help-icon:hover, .help-icon.active {
« no previous file with comments | « remoting/webapp/base/html/main.css ('k') | remoting/webapp/crd/html/toolbar.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698