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

Unified Diff: sky/framework/components/menu_item.dart

Issue 1128173007: [Effen] remove some redundant styles (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 7 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 | « sky/framework/components/floating_action_button.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/components/menu_item.dart
diff --git a/sky/framework/components/menu_item.dart b/sky/framework/components/menu_item.dart
index 1539651c2be7981d748786e249f5d437cba6d072..9f6ee033d054a1a98b4b2e376ad36a62651278fc 100644
--- a/sky/framework/components/menu_item.dart
+++ b/sky/framework/components/menu_item.dart
@@ -9,18 +9,12 @@ import 'ink_well.dart';
class MenuItem extends ButtonBase {
static final Style _style = new Style('''
- transform: translateX(0);
- display: flex;
- flex-direction: row;
align-items: center;
height: 48px;
-webkit-user-select: none;'''
);
static final Style _highlightStyle = new Style('''
- transform: translateX(0);
- display: flex;
- flex-direction: row;
align-items: center;
height: 48px;
background: rgba(153, 153, 153, 0.4);
« no previous file with comments | « sky/framework/components/floating_action_button.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698