Index: ui/webui/resources/cr_elements/shared_style_css.html |
diff --git a/ui/webui/resources/cr_elements/shared_style_css.html b/ui/webui/resources/cr_elements/shared_style_css.html |
index 6118fb249aa4cb1564622176d53e67e24fde63f5..e00e494564e1d93d7fc0f13da0047785050a752f 100644 |
--- a/ui/webui/resources/cr_elements/shared_style_css.html |
+++ b/ui/webui/resources/cr_elements/shared_style_css.html |
@@ -23,7 +23,7 @@ |
} |
.action-button[disabled] { |
- opacity: .25; /* TODO(dbeam): check this value with bettes. */ |
+ opacity: .2; |
} |
.cancel-button { |
@@ -35,6 +35,7 @@ |
.action-button, |
.cancel-button { |
font-weight: 500; |
+ padding: 0 16px; |
} |
stevenjb
2017/04/21 18:09:12
Maybe move these changes also?
sammiequon
2017/04/21 18:36:57
Done.
|
[actionable] { |