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

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

Issue 2639373002: MD Settings: clean up text controls (links, buttons) (Closed)
Patch Set: move comment about action_link_css to action_likn_css.html Created 3 years, 11 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: 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 95265606852f5fe3fc81a6af9c361ed0e6ef2756..22646f86ccae42ba41e033897b60a4b9d45275cc 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -78,10 +78,6 @@
-webkit-margin-start: 4px;
}
- [is='action-link'],
- [is='action-link']:active,
- [is='action-link']:hover,
- [is='action-link']:visited,
.primary-button,
.tertiary-button,
a[href] {
@@ -95,8 +91,7 @@
};
}
- a[href],
- [is='action-link']:hover {
+ a[href] {
text-decoration: none;
}
@@ -232,10 +227,11 @@
}
/* This button has no ink ripple. */
- .list-item.list-button {
- @apply(--settings-actionable);
+ .list-button[is='action-link'] {
+ min-height: inherit;
+ display: flex;
align-items: center;
- color: var(--google-blue-500);
+ flex: 1;
font-weight: 500;
}

Powered by Google App Engine
This is Rietveld 408576698