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

Unified Diff: chrome/browser/resources/settings/settings_shared_css.html

Issue 1951503002: MD Settings: <settings-dialog>, restore focus effect for the cancel button. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Stop using keyboard-focus. Created 4 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
« no previous file with comments | « chrome/browser/resources/settings/settings_dialog.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings_shared_css.html
diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
index 1381c5f166033132646b480c38dd5e361d1d29e2..a2e4c676c2ce1325c49b3e54625226e2770ee35a 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -129,13 +129,17 @@
.action-button {
background: var(--google-blue-500);
color: white;
- font-weight: 500;
}
.action-button[disabled] {
opacity: .25; /* TODO(dbeam): check this value with bettes. */
}
+ .action-button,
+ .cancel-button {
+ font-weight: 500;
+ }
+
.list-frame {
@apply(--layout-center);
-webkit-padding-end: 20px;
« no previous file with comments | « chrome/browser/resources/settings/settings_dialog.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698