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

Unified Diff: client/touch/Scrollbar.dart

Issue 8360025: Move the individual property definitions from client/base/Css to CSSStyleDeclaration. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes. Created 9 years, 2 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 | « client/touch/InfiniteScroller.dart ('k') | client/touch/Scroller.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/touch/Scrollbar.dart
diff --git a/client/touch/Scrollbar.dart b/client/touch/Scrollbar.dart
index 16da957d2f8e396853080de025a09606f6ded9a9..ea57218e44513de14fcea69e7c9d4a22b999ddca 100644
--- a/client/touch/Scrollbar.dart
+++ b/client/touch/Scrollbar.dart
@@ -298,7 +298,7 @@ class Scrollbar implements ScrollListener {
if (show) {
element.style.removeProperty("opacity");
} else {
- Css.setOpacity(element.style, '0');
+ element.style.opacity = '0';
}
}
« no previous file with comments | « client/touch/InfiniteScroller.dart ('k') | client/touch/Scroller.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698