Index: chrome/browser/resources/settings/settings_shared.css |
diff --git a/chrome/browser/resources/settings/settings_shared.css b/chrome/browser/resources/settings/settings_shared.css |
index e8ce7797ac3274aa3843876e6bf74dbb6ddafedf..21f9128c2532e0c42bba9164fa6cfccc410fd853 100644 |
--- a/chrome/browser/resources/settings/settings_shared.css |
+++ b/chrome/browser/resources/settings/settings_shared.css |
@@ -19,6 +19,10 @@ iron-icon { |
color: #969696; |
} |
+iron-icon[icon=done] { |
+ color: rgb(0, 128, 0); |
+} |
+ |
paper-button { |
margin: 0; |
min-width: auto; |
@@ -64,6 +68,7 @@ span ~ a { |
.list-item { |
@apply(--layout-center); |
display: flex; |
+ min-height: 40px; |
padding: 0; |
} |
@@ -84,6 +89,16 @@ span ~ a { |
padding: 0; |
} |
+/* This button has no ink ripple. */ |
+.list-item.list-button { |
+ @apply(--layout-center); |
+ color: rgb(66, 133, 244); |
+ font-weight: 500; |
+ padding: 0; |
+ text-decoration: none; |
+ text-transform: none; |
+} |
+ |
.link-button { |
color: rgb(61, 130, 243); |
padding-bottom: 6px; |