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

Unified Diff: sky/framework/components/button.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 | « no previous file | sky/framework/components/checkbox.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/components/button.dart
diff --git a/sky/framework/components/button.dart b/sky/framework/components/button.dart
index ccd7ffc1491a9483f355513b61fb1079414ebfb1..e4e5f2d56ce37fac1edbbad26daba689805b3d6a 100644
--- a/sky/framework/components/button.dart
+++ b/sky/framework/components/button.dart
@@ -8,11 +8,7 @@ import 'material.dart';
class Button extends Component {
static final Style _style = new Style('''
- display: inline-flex;
- transform: translateX(0);
-webkit-user-select: none;
- justify-content: center;
- align-items: center;
height: 36px;
min-width: 64px;
padding: 0 8px;
« no previous file with comments | « no previous file | sky/framework/components/checkbox.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698