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

Unified Diff: ui/webui/resources/cr_elements/shared_style_css.html

Issue 2823713002: md settings: Change action link to button on lock screen. (Closed)
Patch Set: Add patch. Created 3 years, 8 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
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] {

Powered by Google App Engine
This is Rietveld 408576698