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

Unified Diff: chrome/browser/resources/settings/settings_shared.css

Issue 1628633002: [MD settings] removing a11y_page.css to unify settings styles further (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge with master Created 4 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
« no previous file with comments | « chrome/browser/resources/settings/settings_resources.grd ('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
diff --git a/chrome/browser/resources/settings/settings_shared.css b/chrome/browser/resources/settings/settings_shared.css
index 90d956d8581bed665f04e979764acba96f3848a3..6f5b1f45600c257b71a7294089a3947f132598b5 100644
--- a/chrome/browser/resources/settings/settings_shared.css
+++ b/chrome/browser/resources/settings/settings_shared.css
@@ -15,7 +15,6 @@ h2 {
margin-top: 30px;
}
-
iron-icon {
color: #969696;
}
@@ -29,6 +28,10 @@ paper-button[toggles][active] {
background-color: LightGray;
}
+span ~ a {
+ -webkit-margin-start: 4px;
+}
+
.text-elide {
overflow: hidden;
text-overflow: ellipsis;
@@ -51,17 +54,16 @@ paper-button[toggles][active] {
padding: 0;
}
+.list-frame select {
+ -webkit-margin-start: 4px;
+}
+
.list-item {
@apply(--layout-center);
- border-top: 1px solid #e0e0e0;
display: flex;
padding: 0;
}
-.list-item:first-of-type {
- border-top: none;
-}
-
.list-item .middle {
flex: 1;
margin: 8px 12px;
@@ -94,12 +96,16 @@ paper-button[toggles][active] {
padding: 8px 16px;
}
-.settings-box .two-line {
- min-height: 52px;
+.settings-box.first {
+ border-top: none;
}
-.settings-box:first-of-type {
- border-top: none;
+.settings-box.row {
+ display: flex;
+}
+
+.settings-box.two-line {
+ min-height: 52px;
}
.settings-box .secondary {
@@ -118,3 +124,11 @@ paper-button[toggles][active] {
/* Same padding as paper-icon-button. */
padding: 8px;
}
+
+.vertical-list > div:first-of-type {
+ border-top: none;
+}
+
+.vertical-list > div {
+ border-top: 1px solid #e0e0e0;
+}
« no previous file with comments | « chrome/browser/resources/settings/settings_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698