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

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

Issue 1709413003: MD Settings: polish up some top-level buttons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 10 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/search_page/search_page.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 b2c7411199eed243918989deac07660fcb84f83e..40ad5c1d88f53fe0e89cf88e4bfdc0cc284a2e5b 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -29,7 +29,6 @@
paper-button {
margin: 0;
min-width: auto;
- padding: 0;
}
paper-button[toggles][active] {
@@ -43,10 +42,10 @@
paper-button.primary-button {
--paper-button: {
color: rgb(66, 133, 244);
- text-align: start;
- text-transform: none;
font-weight: 500;
+ text-align: start;
};
+ margin: 0 -0.57em; /* Offsets default paper-button padding. */
}
paper-button.secondary-button {
@@ -60,8 +59,8 @@
paper-button.tertiary-button {
--paper-button: {
color: rgb(51, 103, 214);
- text-decoration: none;
font-weight: 400;
+ text-decoration: none;
};
}
@@ -89,9 +88,9 @@
.list-frame {
@apply(--layout-center);
- display: block;
-webkit-padding-end: 20px;
-webkit-padding-start: 48px;
+ display: block;
padding-bottom: 0;
padding-top: 0;
}
@@ -147,15 +146,6 @@
@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: 6px 0;
- text-transform: none;
}
.settings-card {
« no previous file with comments | « chrome/browser/resources/settings/search_page/search_page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698