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

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

Issue 2686063004: MD Settings: make blowing away per-origin data (i.e. cookies) easier (Closed)
Patch Set: fix test Created 3 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
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 2cc33ce5ac0f6a9b511c53678c2e3909f599124b..4606e6bef7ffb28b03ac7e1c9bfc97953cc458b3 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -305,7 +305,7 @@
* +-------------------------------------------------------+
* | Another setting-box without a secondary-action |
* +-------------------------------------------------------+ */
- .settings-box .secondary-action {
+ :-webkit-any(.settings-box, .list-item) .secondary-action {
-webkit-border-start: var(--settings-separator-line);
-webkit-margin-start: 20px;
-webkit-padding-start: 20px;

Powered by Google App Engine
This is Rietveld 408576698